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
Constructors -
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, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JsonMap
public JsonMap()
-