|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntBidirectionalIterator | |
|---|---|
| it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
| Uses of IntBidirectionalIterator in it.unimi.dsi.fastutil.ints |
|---|
| Subinterfaces of IntBidirectionalIterator in it.unimi.dsi.fastutil.ints | |
|---|---|
interface |
IntBigListIterator
A type-specific BigListIterator. |
interface |
IntListIterator
A type-specific bidirectional iterator that is also a ListIterator. |
| Classes in it.unimi.dsi.fastutil.ints that implement IntBidirectionalIterator | |
|---|---|
protected static class |
AbstractInt2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractIntBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractIntBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractIntListIterator
An abstract class facilitating the creation of type-specific list iterators. |
static class |
IntBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator.. |
static class |
IntBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface. |
static class |
IntBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators. |
static class |
IntIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface. |
static class |
IntIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators. |
static class |
IntIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
| Fields in it.unimi.dsi.fastutil.ints declared as IntBidirectionalIterator | |
|---|---|
protected IntBidirectionalIterator |
IntIterators.UnmodifiableBidirectionalIterator.i
|
| Methods in it.unimi.dsi.fastutil.ints that return IntBidirectionalIterator | |
|---|---|
IntBidirectionalIterator |
IntSortedSet.intIterator()
Deprecated. As of fastutil 5, replaced by IntSortedSet.iterator(). |
IntBidirectionalIterator |
AbstractIntSortedSet.intIterator()
Deprecated. |
IntBidirectionalIterator |
IntSortedSets.EmptySet.intIterator()
Deprecated. |
IntBidirectionalIterator |
IntSortedSets.Singleton.intIterator()
Deprecated. |
IntBidirectionalIterator |
IntSortedSets.SynchronizedSortedSet.intIterator()
Deprecated. |
IntBidirectionalIterator |
IntSortedSets.UnmodifiableSortedSet.intIterator()
Deprecated. |
IntBidirectionalIterator |
AbstractInt2IntSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2CharSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2DoubleSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2ObjectSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2FloatSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2ByteSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
IntRBTreeSet.iterator()
|
IntBidirectionalIterator |
IntAVLTreeSet.iterator()
|
IntBidirectionalIterator |
IntSortedSet.iterator()
Returns a type-specific BidirectionalIterator on the elements in
this set. |
IntBidirectionalIterator |
AbstractInt2LongSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2ReferenceSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2ShortSortedMap.KeySet.iterator()
|
abstract IntBidirectionalIterator |
AbstractIntSortedSet.iterator()
|
IntBidirectionalIterator |
IntCollections.EmptyCollection.iterator()
|
IntBidirectionalIterator |
IntSortedSets.SynchronizedSortedSet.iterator()
|
IntBidirectionalIterator |
IntSortedSets.UnmodifiableSortedSet.iterator()
|
IntBidirectionalIterator |
AbstractInt2BooleanSortedMap.KeySet.iterator()
|
IntBidirectionalIterator |
AbstractInt2IntSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2CharSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2DoubleSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2ObjectSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2FloatSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2ByteSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
IntRBTreeSet.iterator(int from)
|
IntBidirectionalIterator |
IntAVLTreeSet.iterator(int from)
|
IntBidirectionalIterator |
IntSortedSet.iterator(int fromElement)
Returns a type-specific BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
IntBidirectionalIterator |
AbstractInt2LongSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2ReferenceSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2ShortSortedMap.KeySet.iterator(int from)
|
IntBidirectionalIterator |
IntSortedSets.EmptySet.iterator(int from)
|
IntBidirectionalIterator |
IntSortedSets.Singleton.iterator(int from)
|
IntBidirectionalIterator |
IntSortedSets.SynchronizedSortedSet.iterator(int from)
|
IntBidirectionalIterator |
IntSortedSets.UnmodifiableSortedSet.iterator(int from)
|
IntBidirectionalIterator |
AbstractInt2BooleanSortedMap.KeySet.iterator(int from)
|
static IntBidirectionalIterator |
IntIterators.unmodifiable(IntBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
| Methods in it.unimi.dsi.fastutil.ints with parameters of type IntBidirectionalIterator | |
|---|---|
static IntBidirectionalIterator |
IntIterators.unmodifiable(IntBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
| Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntBidirectionalIterator | |
|---|---|
IntIterators.UnmodifiableBidirectionalIterator(IntBidirectionalIterator i)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||