public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatBidirectionalIterator |
floatIterator()
Deprecated.
|
FloatSortedSet |
headSet(java.lang.Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract FloatBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
java.lang.Float |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatSortedSet |
subSet(java.lang.Float from,
java.lang.Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatSortedSet |
tailSet(java.lang.Float from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, 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, toFloatArray@Deprecated public FloatSortedSet headSet(java.lang.Float to)
headSet in interface FloatSortedSetheadSet in interface java.util.SortedSet<java.lang.Float>SortedSet.headSet(Object)@Deprecated public FloatSortedSet tailSet(java.lang.Float from)
tailSet in interface FloatSortedSettailSet in interface java.util.SortedSet<java.lang.Float>SortedSet.tailSet(Object)@Deprecated 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)@Deprecated public java.lang.Float first()
first in interface java.util.SortedSet<java.lang.Float>@Deprecated 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