Class FloatLists.EmptyList

All Implemented Interfaces:
FloatCollection, FloatIterable, FloatList, Serializable, Cloneable, Comparable<List<? extends Float>>, Iterable<Float>, Collection<Float>, List<Float>, RandomAccess
Enclosing class:
FloatLists

public static class FloatLists.EmptyList
extends FloatCollections.EmptyCollection
implements FloatList, RandomAccess, Serializable, Cloneable
An immutable class representing an empty type-specific list.

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

See Also:
Serialized Form