Class BooleanBigLists.Singleton

  • All Implemented Interfaces:
    BigList<java.lang.Boolean>, BooleanBigList, BooleanCollection, BooleanIterable, BooleanStack, Size64, Stack<java.lang.Boolean>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BigList<? extends java.lang.Boolean>>, java.lang.Iterable<java.lang.Boolean>, java.util.Collection<java.lang.Boolean>
    Enclosing class:
    BooleanBigLists

    public static class BooleanBigLists.Singleton
    extends AbstractBooleanBigList
    implements java.io.Serializable, java.lang.Cloneable
    An immutable class representing a type-specific singleton big list.

    This class may be useful to implement your own in case you subclass a type-specific big list.

    See Also:
    Serialized Form