|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatBidirectionalIterator | |
|---|---|
| it.unimi.dsi.fastutil.floats | Provides type-specific classes for float elements or keys. |
| Uses of FloatBidirectionalIterator in it.unimi.dsi.fastutil.floats |
|---|
| Subinterfaces of FloatBidirectionalIterator in it.unimi.dsi.fastutil.floats | |
|---|---|
interface |
FloatBigListIterator
A type-specific BigListIterator. |
interface |
FloatListIterator
A type-specific bidirectional iterator that is also a ListIterator. |
| Classes in it.unimi.dsi.fastutil.floats that implement FloatBidirectionalIterator | |
|---|---|
protected static class |
AbstractFloat2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractFloatBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractFloatBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractFloatListIterator
An abstract class facilitating the creation of type-specific list iterators. |
static class |
FloatBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator.. |
static class |
FloatBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface. |
static class |
FloatBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators. |
static class |
FloatIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface. |
static class |
FloatIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators. |
static class |
FloatIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
| Fields in it.unimi.dsi.fastutil.floats declared as FloatBidirectionalIterator | |
|---|---|
protected FloatBidirectionalIterator |
FloatIterators.UnmodifiableBidirectionalIterator.i
|
| Methods in it.unimi.dsi.fastutil.floats that return FloatBidirectionalIterator | |
|---|---|
FloatBidirectionalIterator |
FloatSortedSets.EmptySet.floatIterator()
Deprecated. |
FloatBidirectionalIterator |
FloatSortedSets.Singleton.floatIterator()
Deprecated. |
FloatBidirectionalIterator |
FloatSortedSets.SynchronizedSortedSet.floatIterator()
Deprecated. |
FloatBidirectionalIterator |
FloatSortedSets.UnmodifiableSortedSet.floatIterator()
Deprecated. |
FloatBidirectionalIterator |
FloatSortedSet.floatIterator()
Deprecated. As of fastutil 5, replaced by FloatSortedSet.iterator(). |
FloatBidirectionalIterator |
AbstractFloatSortedSet.floatIterator()
Deprecated. |
FloatBidirectionalIterator |
AbstractFloat2DoubleSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
FloatSortedSets.SynchronizedSortedSet.iterator()
|
FloatBidirectionalIterator |
FloatSortedSets.UnmodifiableSortedSet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2LongSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
FloatSortedSet.iterator()
Returns a type-specific BidirectionalIterator on the elements in
this set. |
FloatBidirectionalIterator |
AbstractFloat2ReferenceSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
FloatCollections.EmptyCollection.iterator()
|
FloatBidirectionalIterator |
FloatRBTreeSet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2BooleanSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
FloatAVLTreeSet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2ObjectSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2ByteSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2FloatSortedMap.KeySet.iterator()
|
abstract FloatBidirectionalIterator |
AbstractFloatSortedSet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2ShortSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2CharSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2IntSortedMap.KeySet.iterator()
|
FloatBidirectionalIterator |
AbstractFloat2DoubleSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
FloatSortedSets.EmptySet.iterator(float from)
|
FloatBidirectionalIterator |
FloatSortedSets.Singleton.iterator(float from)
|
FloatBidirectionalIterator |
FloatSortedSets.SynchronizedSortedSet.iterator(float from)
|
FloatBidirectionalIterator |
FloatSortedSets.UnmodifiableSortedSet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2LongSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
FloatSortedSet.iterator(float fromElement)
Returns a type-specific BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
FloatBidirectionalIterator |
AbstractFloat2ReferenceSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
FloatRBTreeSet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2BooleanSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
FloatAVLTreeSet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2ObjectSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2ByteSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2FloatSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2ShortSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2CharSortedMap.KeySet.iterator(float from)
|
FloatBidirectionalIterator |
AbstractFloat2IntSortedMap.KeySet.iterator(float from)
|
static FloatBidirectionalIterator |
FloatIterators.unmodifiable(FloatBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
| Methods in it.unimi.dsi.fastutil.floats with parameters of type FloatBidirectionalIterator | |
|---|---|
static FloatBidirectionalIterator |
FloatIterators.unmodifiable(FloatBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
| Constructors in it.unimi.dsi.fastutil.floats with parameters of type FloatBidirectionalIterator | |
|---|---|
FloatIterators.UnmodifiableBidirectionalIterator(FloatBidirectionalIterator i)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||