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, remove
add, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toFloatArray, toFloatArray, toString
comparator, firstFloat, headSet, iterator, lastFloat, subSet, tailSet
add, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toFloatArray, toFloatArray
@Deprecated public FloatSortedSet headSet(java.lang.Float to)
headSet
in interface FloatSortedSet
headSet
in interface java.util.SortedSet<java.lang.Float>
SortedSet.headSet(Object)
@Deprecated public FloatSortedSet tailSet(java.lang.Float from)
tailSet
in interface FloatSortedSet
tailSet
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 FloatSortedSet
subSet
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 FloatCollection
floatIterator
in interface FloatSortedSet
floatIterator
in class AbstractFloatCollection
FloatCollection.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 FloatCollection
iterator
in interface FloatIterable
iterator
in interface FloatSet
iterator
in interface FloatSortedSet
iterator
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