Package io.anyline2.core
Class UnorderedMapStringString
-
- All Implemented Interfaces:
-
java.util.Map
public class UnorderedMapStringString extends AbstractMap<K, V>
-
-
Constructor Summary
Constructors Constructor Description UnorderedMapStringString()UnorderedMapStringString(UnorderedMapStringString other)
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()intsize()booleancontainsKey(Object key)Stringget(Object key)Stringput(String key, String value)Stringremove(Object key)Set<Map.Entry<String, String>>entrySet()booleanisEmpty()voidclear()-
Methods inherited from class java.util.AbstractMap
containsValue, equals, hashCode, keySet, putAll, toString, values -
Methods inherited from class java.util.Map
compute, computeIfAbsent, computeIfPresent, copyOf, entry, forEach, getOrDefault, merge, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UnorderedMapStringString
UnorderedMapStringString()
-
UnorderedMapStringString
UnorderedMapStringString(UnorderedMapStringString other)
-
-
-
-