Class BooleanCollections.SynchronizedCollection

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanCollections.SynchronizedCollection
All Implemented Interfaces:
BooleanCollection, BooleanIterable, Serializable, Iterable<Boolean>, Collection<Boolean>
Direct Known Subclasses:
BooleanBigLists.SynchronizedBigList, BooleanLists.SynchronizedList, BooleanSets.SynchronizedSet
Enclosing class:
BooleanCollections

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