Package io.anyline2.core
Class MapOfStringVectorString
-
- All Implemented Interfaces:
-
java.util.Map
public class MapOfStringVectorString extends AbstractMap<K, V>
-
-
Constructor Summary
Constructors Constructor Description MapOfStringVectorString()
MapOfStringVectorString(MapOfStringVectorString other)
-
Method Summary
Modifier and Type Method Description synchronized void
delete()
int
size()
boolean
containsKey(Object key)
VectorOfString
get(Object key)
VectorOfString
put(String key, VectorOfString value)
VectorOfString
remove(Object key)
Set<Map.Entry<String, VectorOfString>>
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
-
MapOfStringVectorString
MapOfStringVectorString()
-
MapOfStringVectorString
MapOfStringVectorString(MapOfStringVectorString other)
-
-
Method Detail
-
delete
synchronized void delete()
-
size
int size()
-
containsKey
boolean containsKey(Object key)
-
get
VectorOfString get(Object key)
-
put
VectorOfString put(String key, VectorOfString value)
-
remove
VectorOfString remove(Object key)
-
entrySet
Set<Map.Entry<String, VectorOfString>> entrySet()
-
isEmpty
boolean isEmpty()
-
clear
void clear()
-
-
-
-