Class FloatBigLists.Singleton

All Implemented Interfaces:
BigList<Float>, FloatBigList, FloatCollection, FloatIterable, FloatStack, Size64, Stack<Float>, Serializable, Cloneable, Comparable<BigList<? extends Float>>, Iterable<Float>, Collection<Float>
Enclosing class:
FloatBigLists

public static class FloatBigLists.Singleton extends AbstractFloatBigList implements Serializable, 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: