Class Int2ByteMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
All Implemented Interfaces:
Function<Integer,Byte>, Int2ByteFunction, Int2ByteMap, Serializable, Function<Integer,Byte>, IntUnaryOperator, Map<Integer,Byte>
Direct Known Subclasses:
Int2ByteSortedMaps.SynchronizedSortedMap
Enclosing class:
Int2ByteMaps

public static class Int2ByteMaps.SynchronizedMap extends Int2ByteFunctions.SynchronizedFunction implements Int2ByteMap, Serializable
A synchronized wrapper class for maps.
See Also: