Class AbstractFloatSortedSet

All Implemented Interfaces:
FloatBidirectionalIterable, FloatCollection, FloatIterable, FloatSet, FloatSortedSet, Cloneable, Iterable<Float>, Collection<Float>, Set<Float>, SortedSet<Float>
Direct Known Subclasses:
FloatAVLTreeSet, FloatLinkedOpenCustomHashSet, FloatLinkedOpenHashSet, FloatRBTreeSet

public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.