Class BooleanLists.SynchronizedRandomAccessList

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

public static class BooleanLists.SynchronizedRandomAccessList extends BooleanLists.SynchronizedList implements RandomAccess, Serializable
A synchronized wrapper class for random-access lists.
See Also: