Class ByteSets.SynchronizedSet

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
All Implemented Interfaces:
ByteCollection, ByteIterable, ByteSet, Serializable, Iterable<Byte>, Collection<Byte>, Set<Byte>
Direct Known Subclasses:
ByteSortedSets.SynchronizedSortedSet
Enclosing class:
ByteSets

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