Class Byte2IntMaps.SynchronizedMap

java.lang.Object
it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
All Implemented Interfaces:
Byte2IntFunction, Byte2IntMap, Function<Byte,Integer>, Serializable, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>
Direct Known Subclasses:
Byte2IntSortedMaps.SynchronizedSortedMap
Enclosing class:
Byte2IntMaps

public static class Byte2IntMaps.SynchronizedMap extends Byte2IntFunctions.SynchronizedFunction implements Byte2IntMap, Serializable
A synchronized wrapper class for maps.
See Also: