Package arc.struct
Class StringMap
- All Implemented Interfaces:
Iterable<ObjectMap.Entry<String,
String>>
An ObjectMap with string keys and values. Comes with extra parsing utilities.
-
Nested Class Summary
Nested classes/interfaces inherited from class arc.struct.ObjectMap
ObjectMap.Entries<K,
V>, ObjectMap.Entry<K, V>, ObjectMap.Keys<K>, ObjectMap.Values<V> -
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class arc.struct.ObjectMap
clear, clear, containsKey, containsValue, copy, each, ensureCapacity, entries, equals, findKey, get, get, get, getNull, getThrow, hashCode, isEmpty, iterator, keys, merge, put, putAll, putAll, remove, shrink, toString, toString, toString, 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
-
StringMap
public StringMap() -
StringMap
-
-
Method Details
-
of
-
getBool
-
getInt
-
getFloat
-
getLong
-
getInt
-
getFloat
-
getLong
-