Class ByteBuddyUtils.TransformingMap<K1,V1,K2,V2>
java.lang.Object
org.apache.beam.sdk.schemas.utils.ByteBuddyUtils.TransformingMap<K1,V1,K2,V2>
- All Implemented Interfaces:
Serializable
,Map<K2,
V2>
- Enclosing class:
ByteBuddyUtils
public static class ByteBuddyUtils.TransformingMap<K1,V1,K2,V2>
extends Object
implements Map<K2,V2>, Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
TransformingMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<K1,
V1>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K1,
V1>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
-