public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
| Modifier and Type | Method and Description |
|---|---|
Float |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatBidirectionalIterator |
floatIterator()
Deprecated.
|
FloatSortedSet |
headSet(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.
|
Float |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatSortedSet |
subSet(Float from,
Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
FloatSortedSet |
tailSet(Float from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, remove, 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, toFloatArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, stream@Deprecated public FloatSortedSet headSet(Float to)
headSet in interface FloatSortedSetheadSet in interface SortedSet<Float>SortedSet.headSet(Object)@Deprecated public FloatSortedSet tailSet(Float from)
tailSet in interface FloatSortedSettailSet in interface SortedSet<Float>SortedSet.tailSet(Object)@Deprecated public FloatSortedSet subSet(Float from, Float to)
subSet in interface FloatSortedSetsubSet in interface SortedSet<Float>SortedSet.subSet(Object,Object)@Deprecated public Float first()
@Deprecated public Float last()
@Deprecated public FloatBidirectionalIterator floatIterator()
floatIterator in interface FloatCollectionfloatIterator in interface FloatSortedSetfloatIterator in class AbstractFloatCollectionFloatCollection.iterator()public abstract FloatBidirectionalIterator iterator()
FloatCollection
Note 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