|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<Float>
it.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.
Constructor Summary | |
---|---|
protected |
AbstractFloatSortedSet()
|
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, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toFloatArray, toFloatArray, toString |
Methods inherited from class java.util.AbstractCollection |
---|
clear, size |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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 |
Constructor Detail |
---|
protected AbstractFloatSortedSet()
Method Detail |
---|
public FloatSortedSet headSet(Float to)
headSet
in interface FloatSortedSet
headSet
in interface SortedSet<Float>
SortedSet.headSet(Object)
public FloatSortedSet tailSet(Float from)
tailSet
in interface FloatSortedSet
tailSet
in interface SortedSet<Float>
SortedSet.tailSet(Object)
public FloatSortedSet subSet(Float from, Float to)
subSet
in interface FloatSortedSet
subSet
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 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 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 |