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 void
delete()
int
size()
boolean
containsKey(Object key)
String
get(Object key)
String
put(String key, String value)
String
remove(Object key)
Set<Map.Entry<String, String>>
entrySet()
boolean
isEmpty()
void
clear()
-
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)
-
-
-
-