| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntBigListIterator
A type-specific
BigListIterator. |
interface |
IntListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
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
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
class |
AbstractIntBigListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
class |
AbstractIntListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntBidirectionalIterator |
IntIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
IntBidirectionalIterator |
AbstractInt2IntSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2ObjectSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
IntAVLTreeSet.iterator() |
IntBidirectionalIterator |
IntRBTreeSet.iterator() |
IntBidirectionalIterator |
IntCollections.EmptyCollection.iterator() |
IntBidirectionalIterator |
AbstractInt2ByteSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
IntSortedSets.SynchronizedSortedSet.iterator() |
IntBidirectionalIterator |
IntSortedSets.UnmodifiableSortedSet.iterator() |
IntBidirectionalIterator |
AbstractInt2LongSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2FloatSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
IntSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
IntBidirectionalIterator |
IntBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
IntBidirectionalIterator |
AbstractInt2ShortSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2BooleanSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2DoubleSortedMap.KeySet.iterator() |
abstract IntBidirectionalIterator |
AbstractIntSortedSet.iterator() |
IntBidirectionalIterator |
AbstractInt2ReferenceSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2CharSortedMap.KeySet.iterator() |
IntBidirectionalIterator |
AbstractInt2IntSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2ObjectSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
IntAVLTreeSet.iterator(int from) |
IntBidirectionalIterator |
IntRBTreeSet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2ByteSortedMap.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 |
AbstractInt2LongSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2FloatSortedMap.KeySet.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 |
AbstractInt2ShortSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2BooleanSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2DoubleSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2ReferenceSortedMap.KeySet.iterator(int from) |
IntBidirectionalIterator |
AbstractInt2CharSortedMap.KeySet.iterator(int from) |
static IntBidirectionalIterator |
IntIterators.unmodifiable(IntBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static IntBidirectionalIterator |
IntIterators.unmodifiable(IntBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(IntBidirectionalIterator i) |
Copyright © 2020. All rights reserved.