Class BooleanLists.UnmodifiableRandomAccessList

java.lang.Object
it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableRandomAccessList
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.UnmodifiableRandomAccessList extends BooleanLists.UnmodifiableList implements RandomAccess, Serializable
An unmodifiable wrapper class for random-access lists.
See Also: