Package arc.util.serialization
Class Jval.JsonMap
- All Implemented Interfaces:
Iterable<ObjectMap.Entry<String,
Jval>>
- Enclosing class:
- Jval
Alias class of whatever is used to store json maps (objects).
-
Nested Class Summary
Nested classes/interfaces inherited from class arc.struct.ArrayMap
ArrayMap.Entries<K,
V>, ArrayMap.Keys<K>, ArrayMap.Values<V> -
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class arc.struct.ArrayMap
clear, clear, containsKey, containsValue, ensureCapacity, entries, equals, firstKey, firstValue, get, getKey, getKeyAt, getValueAt, hashCode, indexOfKey, indexOfValue, insert, isEmpty, iterator, keys, peekKey, peekValue, put, put, putAll, putAll, removeIndex, removeKey, removeValue, resize, reverse, setKey, setValue, shrink, shuffle, toString, truncate, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JsonMap
public JsonMap()
-