|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.floats.AbstractFloatCollection
it.unimi.dsi.fastutil.floats.AbstractFloatSet
it.unimi.dsi.fastutil.floats.AbstractFloatSortedSet
public abstract class AbstractFloatSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatSet |
|---|
equals, hashCode, rem, remove, remove |
| Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatCollection |
|---|
add, add, addAll, addAll, clear, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toFloatArray, toFloatArray, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatSortedSet |
|---|
comparator, firstFloat, headSet, iterator, lastFloat, subSet, tailSet |
| Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatSet |
|---|
remove |
| Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection |
|---|
add, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toFloatArray, toFloatArray |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
public 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()
first in interface SortedSet<Float>public Float last()
last in interface SortedSet<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 Iterable<Float>iterator in interface Collection<Float>iterator in interface Set<Float>iterator in class AbstractFloatSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||