Package org.apache.iceberg.util
Class SerializableMap<K,V>
java.lang.Object
org.apache.iceberg.util.SerializableMap<K,V>
- All Implemented Interfaces:
Serializable
,Map<K,
V>
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) static <K,
V> SerializableMap<K, V> entrySet()
boolean
static <K,
V> SerializableMap<K, V> filteredCopyOf
(Map<K, V> map, Set<K> keys) int
hashCode()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
copyOf
-
filteredCopyOf
-
immutableMap
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode()
-