public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
first()
Delegates to the corresponding type-specific method.
|
FloatBidirectionalIterator |
floatIterator()
Deprecated.
|
FloatSortedSet |
headSet(java.lang.Float to)
Delegates to the corresponding type-specific method.
|
abstract FloatBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
java.lang.Float |
last()
Delegates to the corresponding type-specific method.
|
FloatSortedSet |
subSet(java.lang.Float from,
java.lang.Float to)
Delegates to the corresponding type-specific method.
|
FloatSortedSet |
tailSet(java.lang.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, toStringcomparator, firstFloat, headSet, iterator, lastFloat, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toFloatArray, toFloatArraypublic FloatSortedSet headSet(java.lang.Float to)
headSet in interface FloatSortedSetheadSet in interface java.util.SortedSet<java.lang.Float>SortedSet.headSet(Object)public FloatSortedSet tailSet(java.lang.Float from)
tailSet in interface FloatSortedSettailSet in interface java.util.SortedSet<java.lang.Float>SortedSet.tailSet(Object)public FloatSortedSet subSet(java.lang.Float from, java.lang.Float to)
subSet in interface FloatSortedSetsubSet in interface java.util.SortedSet<java.lang.Float>SortedSet.subSet(Object,Object)public java.lang.Float first()
first in interface java.util.SortedSet<java.lang.Float>public java.lang.Float last()
last in interface java.util.SortedSet<java.lang.Float>@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 java.lang.Iterable<java.lang.Float>iterator in interface java.util.Collection<java.lang.Float>iterator in interface java.util.Set<java.lang.Float>iterator in class AbstractFloatSet