Class ShortCollections.SynchronizedCollection

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
All Implemented Interfaces:
ShortCollection, ShortIterable, Serializable, Iterable<Short>, Collection<Short>
Direct Known Subclasses:
ShortBigLists.SynchronizedBigList, ShortLists.SynchronizedList, ShortSets.SynchronizedSet
Enclosing class:
ShortCollections

public static class ShortCollections.SynchronizedCollection
extends Object
implements ShortCollection, Serializable
A synchronized wrapper class for collections.
See Also:
Serialized Form