Class IgnoringEmptyMap<K,V>
java.lang.Object
org.apache.sshd.common.util.IgnoringEmptyMap<K,V>
- Type Parameters:
K- Key typeV- Value type
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanstatic <K,V> IgnoringEmptyMap <K, V> inthashCode()booleanisEmpty()keySet()voidintsize()toString()values()Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IgnoringEmptyMap
public IgnoringEmptyMap()
-
-
Method Details
-
size
-
isEmpty
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
equals
-
hashCode
-
toString
-
entrySet
-
getInstance
-