Class LongCollections.SynchronizedCollection

java.lang.Object
it.unimi.dsi.fastutil.longs.LongCollections.SynchronizedCollection
All Implemented Interfaces:
LongCollection, LongIterable, Serializable, Iterable<Long>, Collection<Long>
Direct Known Subclasses:
LongBigLists.SynchronizedBigList, LongLists.SynchronizedList, LongSets.SynchronizedSet
Enclosing class:
LongCollections

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