Index
A B C D E F G H I J K L M N O P R S T U V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
D
- DataCompressor - Class in squidpony
-
A variant of
DataConverter
(and an extension of libGDX'sJson
class) that compresses its JSON output and reads compressed input. - DataCompressor() - Constructor for class squidpony.DataCompressor
- DataCompressor(JsonWriter.OutputType) - Constructor for class squidpony.DataCompressor
- DataConverter - Class in squidpony
-
Augmented version of LibGDX's Json class that knows how to handle various data types common in SquidLib.
- DataConverter() - Constructor for class squidpony.DataConverter
-
Creates a new DataConverter using "minimal" output type, so it omits double quotes whenever possible but gives up compatibility with most other JSON readers.
- DataConverter(JsonWriter.OutputType) - Constructor for class squidpony.DataConverter
-
Creates a new DataConverter with the given OutputType; typically minimal is fine, but compatibility may require you to use json; the javascript type is a sort of middle ground.
- DEFAULT_INITIAL_SIZE - Static variable in class squidpony.squidmath.MultiArrangement
-
The initial default size of a hash table.
- DEFAULT_LOAD_FACTOR - Static variable in class squidpony.squidmath.MultiArrangement
-
The default load factor of a hash table.
- defRetValue - Variable in class squidpony.squidmath.MultiArrangement
-
Default return value.
All Classes|All Packages