Package org.javlo.utils
Class ListMapValueValue<K>
- java.lang.Object
-
- org.javlo.utils.ListMapValueValue<K>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classListMapValueValue.Entry
-
Constructor Summary
Constructors Constructor Description ListMapValueValue(Collection<K> components)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<K,K>>entrySet()Kget(Object key)booleanisEmpty()Set<K>keySet()static voidmain(String[] args)Kput(K key, K value)voidputAll(Map<? extends K,? extends K> m)Kremove(Object key)intsize()Collection<K>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
ListMapValueValue
public ListMapValueValue(Collection<K> components)
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<K,K>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<K,K>
-
main
public static void main(String[] args)
-
-