Class BooleanLists.SynchronizedList

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
All Implemented Interfaces:
BooleanCollection, BooleanIterable, BooleanList, Serializable, Comparable<List<? extends Boolean>>, Iterable<Boolean>, Collection<Boolean>, List<Boolean>
Direct Known Subclasses:
BooleanLists.SynchronizedRandomAccessList
Enclosing class:
BooleanLists

public static class BooleanLists.SynchronizedList extends Object implements BooleanList, Serializable
A synchronized wrapper class for lists.
See Also: