public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
| Modifier and Type | Method and Description |
|---|---|
Float |
first()
Delegates to the corresponding type-specific method.
|
FloatBidirectionalIterator |
floatIterator()
Deprecated.
|
FloatSortedSet |
headSet(Float to)
Delegates to the corresponding type-specific method.
|
abstract FloatBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Float |
last()
Delegates to the corresponding type-specific method.
|
FloatSortedSet |
subSet(Float from,
Float to)
Delegates to the corresponding type-specific method.
|
FloatSortedSet |
tailSet(Float from)
Delegates to the corresponding type-specific method.
|
equals, hashCode, rem, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toFloatArray, toFloatArray, toStringclear, sizecomparator, firstFloat, headSet, iterator, lastFloat, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toFloatArray, toFloatArraypublic FloatSortedSet headSet(Float to)
headSet in interface FloatSortedSetheadSet in interface SortedSet<Float>SortedSet.headSet(Object)public FloatSortedSet tailSet(Float from)
tailSet in interface FloatSortedSettailSet in interface SortedSet<Float>SortedSet.tailSet(Object)public FloatSortedSet subSet(Float from, Float to)
subSet in interface FloatSortedSetsubSet in interface SortedSet<Float>SortedSet.subSet(Object,Object)public Float first()
public Float last()
@Deprecated public FloatBidirectionalIterator floatIterator()
floatIterator in interface FloatCollectionfloatIterator in interface FloatSortedSetfloatIterator in class AbstractFloatCollectionFloatCollection.iterator()public abstract FloatBidirectionalIterator iterator()
FloatCollectionNote that this specification strengthens the one given in
Iterable.iterator(), which was already
strengthened in the corresponding type-specific class,
but was weakened by the fact that this interface extends Collection.
iterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface FloatSetiterator in interface FloatSortedSetiterator in interface Iterable<Float>iterator in interface Collection<Float>iterator in interface Set<Float>iterator in class AbstractFloatSet