Class LongSets.SynchronizedSet

java.lang.Object
it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
All Implemented Interfaces:
LongCollection, LongIterable, LongSet, Serializable, Iterable<Long>, Collection<Long>, Set<Long>
Direct Known Subclasses:
LongSortedSets.SynchronizedSortedSet
Enclosing class:
LongSets

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