Class ShortSets.SynchronizedSet

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortSets.SynchronizedSet
All Implemented Interfaces:
ShortCollection, ShortIterable, ShortSet, Serializable, Iterable<Short>, Collection<Short>, Set<Short>
Direct Known Subclasses:
ShortSortedSets.SynchronizedSortedSet
Enclosing class:
ShortSets

public static class ShortSets.SynchronizedSet extends Object implements ShortSet, Serializable
A synchronized wrapper class for sets.
See Also: