| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.booleans |
Provides type-specific classes for boolean elements or keys.
|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
BooleanBigListIterator
A type-specific
BigListIterator. |
interface |
BooleanListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBooleanBidirectionalIterator
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 |
AbstractBooleanBigListIterator
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 |
AbstractBooleanListIterator
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 |
BooleanBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
BooleanBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
BooleanBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
BooleanIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
BooleanIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
BooleanIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
ByteBigListIterator
A type-specific
BigListIterator. |
interface |
ByteListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractByte2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractByteBidirectionalIterator
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 |
AbstractByteBigListIterator
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 |
AbstractByteListIterator
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 |
ByteBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
ByteBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ByteBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
ByteIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
ByteIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ByteIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Byte2LongMap.Entry> |
AbstractByte2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2LongMap.Entry> |
AbstractByte2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2DoubleMap.Entry> |
AbstractByte2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2DoubleMap.Entry> |
AbstractByte2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2IntMap.Entry> |
AbstractByte2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2IntMap.Entry> |
AbstractByte2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>> |
AbstractByte2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>> |
AbstractByte2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2ShortMap.Entry> |
AbstractByte2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2ShortMap.Entry> |
AbstractByte2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
AbstractByte2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
AbstractByte2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
AbstractByte2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
AbstractByte2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2ByteMap.Entry> |
AbstractByte2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2ByteMap.Entry> |
AbstractByte2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2CharMap.Entry> |
AbstractByte2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2CharMap.Entry> |
AbstractByte2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Byte2BooleanMap.Entry> |
AbstractByte2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Byte2BooleanMap.Entry> |
AbstractByte2BooleanSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>> |
Byte2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
Byte2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2DoubleMap.Entry> |
Byte2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2LongMap.Entry> |
Byte2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2BooleanMap.Entry> |
Byte2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2IntMap.Entry> |
Byte2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2CharMap.Entry> |
Byte2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2ShortMap.Entry> |
Byte2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2ByteMap.Entry> |
Byte2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Byte2BooleanMap.Entry> |
Byte2BooleanSortedMap.FastSortedEntrySet.fastIterator(Byte2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2BooleanMap.Entry> |
Byte2BooleanSortedMaps.fastIterator(Byte2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Byte2ByteMap.Entry> |
Byte2ByteSortedMap.FastSortedEntrySet.fastIterator(Byte2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2ByteMap.Entry> |
Byte2ByteSortedMaps.fastIterator(Byte2ByteSortedMap map)
|
ObjectBidirectionalIterator<Byte2CharMap.Entry> |
Byte2CharSortedMap.FastSortedEntrySet.fastIterator(Byte2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2CharMap.Entry> |
Byte2CharSortedMaps.fastIterator(Byte2CharSortedMap map)
|
ObjectBidirectionalIterator<Byte2DoubleMap.Entry> |
Byte2DoubleSortedMap.FastSortedEntrySet.fastIterator(Byte2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2DoubleMap.Entry> |
Byte2DoubleSortedMaps.fastIterator(Byte2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
Byte2FloatSortedMap.FastSortedEntrySet.fastIterator(Byte2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
Byte2FloatSortedMaps.fastIterator(Byte2FloatSortedMap map)
|
ObjectBidirectionalIterator<Byte2IntMap.Entry> |
Byte2IntSortedMap.FastSortedEntrySet.fastIterator(Byte2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2IntMap.Entry> |
Byte2IntSortedMaps.fastIterator(Byte2IntSortedMap map)
|
ObjectBidirectionalIterator<Byte2LongMap.Entry> |
Byte2LongSortedMap.FastSortedEntrySet.fastIterator(Byte2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2LongMap.Entry> |
Byte2LongSortedMaps.fastIterator(Byte2LongSortedMap map)
|
ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMap.FastSortedEntrySet.fastIterator(Byte2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectSortedMaps.fastIterator(Byte2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>> |
Byte2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Byte2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>> |
Byte2ReferenceSortedMaps.fastIterator(Byte2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Byte2ShortMap.Entry> |
Byte2ShortSortedMap.FastSortedEntrySet.fastIterator(Byte2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Byte2ShortMap.Entry> |
Byte2ShortSortedMaps.fastIterator(Byte2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
CharBigListIterator
A type-specific
BigListIterator. |
interface |
CharListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractChar2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractCharBidirectionalIterator
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 |
AbstractCharBigListIterator
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 |
AbstractCharListIterator
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 |
CharBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
CharBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
CharBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
CharIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
CharIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
CharIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Char2DoubleMap.Entry> |
AbstractChar2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2DoubleMap.Entry> |
AbstractChar2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2ShortMap.Entry> |
AbstractChar2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2ShortMap.Entry> |
AbstractChar2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2IntMap.Entry> |
AbstractChar2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2IntMap.Entry> |
AbstractChar2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
AbstractChar2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
AbstractChar2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2ByteMap.Entry> |
AbstractChar2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2ByteMap.Entry> |
AbstractChar2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2FloatMap.Entry> |
AbstractChar2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2FloatMap.Entry> |
AbstractChar2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
AbstractChar2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
AbstractChar2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2CharMap.Entry> |
AbstractChar2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2CharMap.Entry> |
AbstractChar2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2LongMap.Entry> |
AbstractChar2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2LongMap.Entry> |
AbstractChar2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
AbstractChar2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
AbstractChar2ObjectSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2DoubleMap.Entry> |
Char2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2LongMap.Entry> |
Char2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ShortMap.Entry> |
Char2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
Char2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2IntMap.Entry> |
Char2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2ByteMap.Entry> |
Char2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
Char2BooleanSortedMap.FastSortedEntrySet.fastIterator(Char2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
Char2BooleanSortedMaps.fastIterator(Char2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Char2ByteMap.Entry> |
Char2ByteSortedMap.FastSortedEntrySet.fastIterator(Char2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2ByteMap.Entry> |
Char2ByteSortedMaps.fastIterator(Char2ByteSortedMap map)
|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator(Char2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMaps.fastIterator(Char2CharSortedMap map)
|
ObjectBidirectionalIterator<Char2DoubleMap.Entry> |
Char2DoubleSortedMap.FastSortedEntrySet.fastIterator(Char2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2DoubleMap.Entry> |
Char2DoubleSortedMaps.fastIterator(Char2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMap.FastSortedEntrySet.fastIterator(Char2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2FloatMap.Entry> |
Char2FloatSortedMaps.fastIterator(Char2FloatSortedMap map)
|
ObjectBidirectionalIterator<Char2IntMap.Entry> |
Char2IntSortedMap.FastSortedEntrySet.fastIterator(Char2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2IntMap.Entry> |
Char2IntSortedMaps.fastIterator(Char2IntSortedMap map)
|
ObjectBidirectionalIterator<Char2LongMap.Entry> |
Char2LongSortedMap.FastSortedEntrySet.fastIterator(Char2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2LongMap.Entry> |
Char2LongSortedMaps.fastIterator(Char2LongSortedMap map)
|
ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMap.FastSortedEntrySet.fastIterator(Char2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectSortedMaps.fastIterator(Char2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Char2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceSortedMaps.fastIterator(Char2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Char2ShortMap.Entry> |
Char2ShortSortedMap.FastSortedEntrySet.fastIterator(Char2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Char2ShortMap.Entry> |
Char2ShortSortedMaps.fastIterator(Char2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
DoubleBigListIterator
A type-specific
BigListIterator. |
interface |
DoubleListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractDouble2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractDoubleBidirectionalIterator
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 |
AbstractDoubleBigListIterator
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 |
AbstractDoubleListIterator
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 |
DoubleBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
DoubleBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
DoubleBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
DoubleIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
DoubleIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
DoubleIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> |
AbstractDouble2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> |
AbstractDouble2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2ShortMap.Entry> |
AbstractDouble2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2ShortMap.Entry> |
AbstractDouble2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2LongMap.Entry> |
AbstractDouble2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2LongMap.Entry> |
AbstractDouble2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2ByteMap.Entry> |
AbstractDouble2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2ByteMap.Entry> |
AbstractDouble2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
AbstractDouble2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
AbstractDouble2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2BooleanMap.Entry> |
AbstractDouble2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2BooleanMap.Entry> |
AbstractDouble2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2ReferenceMap.Entry<V>> |
AbstractDouble2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2ReferenceMap.Entry<V>> |
AbstractDouble2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2FloatMap.Entry> |
AbstractDouble2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2FloatMap.Entry> |
AbstractDouble2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2IntMap.Entry> |
AbstractDouble2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2IntMap.Entry> |
AbstractDouble2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Double2CharMap.Entry> |
AbstractDouble2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Double2CharMap.Entry> |
AbstractDouble2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Double2FloatMap.Entry> |
Double2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2ByteMap.Entry> |
Double2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2CharMap.Entry> |
Double2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2LongMap.Entry> |
Double2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2ShortMap.Entry> |
Double2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2IntMap.Entry> |
Double2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2ReferenceMap.Entry<V>> |
Double2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> |
Double2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
Double2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2BooleanMap.Entry> |
Double2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Double2BooleanMap.Entry> |
Double2BooleanSortedMap.FastSortedEntrySet.fastIterator(Double2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2BooleanMap.Entry> |
Double2BooleanSortedMaps.fastIterator(Double2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Double2ByteMap.Entry> |
Double2ByteSortedMap.FastSortedEntrySet.fastIterator(Double2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2ByteMap.Entry> |
Double2ByteSortedMaps.fastIterator(Double2ByteSortedMap map)
|
ObjectBidirectionalIterator<Double2CharMap.Entry> |
Double2CharSortedMap.FastSortedEntrySet.fastIterator(Double2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2CharMap.Entry> |
Double2CharSortedMaps.fastIterator(Double2CharSortedMap map)
|
ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
Double2DoubleSortedMap.FastSortedEntrySet.fastIterator(Double2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
Double2DoubleSortedMaps.fastIterator(Double2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Double2FloatMap.Entry> |
Double2FloatSortedMap.FastSortedEntrySet.fastIterator(Double2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2FloatMap.Entry> |
Double2FloatSortedMaps.fastIterator(Double2FloatSortedMap map)
|
ObjectBidirectionalIterator<Double2IntMap.Entry> |
Double2IntSortedMap.FastSortedEntrySet.fastIterator(Double2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2IntMap.Entry> |
Double2IntSortedMaps.fastIterator(Double2IntSortedMap map)
|
ObjectBidirectionalIterator<Double2LongMap.Entry> |
Double2LongSortedMap.FastSortedEntrySet.fastIterator(Double2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2LongMap.Entry> |
Double2LongSortedMaps.fastIterator(Double2LongSortedMap map)
|
ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> |
Double2ObjectSortedMap.FastSortedEntrySet.fastIterator(Double2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> |
Double2ObjectSortedMaps.fastIterator(Double2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Double2ReferenceMap.Entry<V>> |
Double2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Double2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Double2ReferenceMap.Entry<V>> |
Double2ReferenceSortedMaps.fastIterator(Double2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Double2ShortMap.Entry> |
Double2ShortSortedMap.FastSortedEntrySet.fastIterator(Double2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Double2ShortMap.Entry> |
Double2ShortSortedMaps.fastIterator(Double2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
FloatBigListIterator
A type-specific
BigListIterator. |
interface |
FloatListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
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
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 |
AbstractFloatBigListIterator
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 |
AbstractFloatListIterator
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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
AbstractFloat2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
AbstractFloat2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2CharMap.Entry> |
AbstractFloat2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2CharMap.Entry> |
AbstractFloat2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2LongMap.Entry> |
AbstractFloat2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2LongMap.Entry> |
AbstractFloat2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2FloatMap.Entry> |
AbstractFloat2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2FloatMap.Entry> |
AbstractFloat2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2ByteMap.Entry> |
AbstractFloat2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2ByteMap.Entry> |
AbstractFloat2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2ReferenceMap.Entry<V>> |
AbstractFloat2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2ReferenceMap.Entry<V>> |
AbstractFloat2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2ShortMap.Entry> |
AbstractFloat2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2ShortMap.Entry> |
AbstractFloat2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2IntMap.Entry> |
AbstractFloat2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2IntMap.Entry> |
AbstractFloat2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2BooleanMap.Entry> |
AbstractFloat2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2BooleanMap.Entry> |
AbstractFloat2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Float2DoubleMap.Entry> |
AbstractFloat2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Float2DoubleMap.Entry> |
AbstractFloat2DoubleSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Float2CharMap.Entry> |
Float2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2ReferenceMap.Entry<V>> |
Float2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2BooleanMap.Entry> |
Float2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
Float2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2FloatMap.Entry> |
Float2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2DoubleMap.Entry> |
Float2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2LongMap.Entry> |
Float2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2IntMap.Entry> |
Float2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2ShortMap.Entry> |
Float2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2ByteMap.Entry> |
Float2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Float2BooleanMap.Entry> |
Float2BooleanSortedMap.FastSortedEntrySet.fastIterator(Float2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2BooleanMap.Entry> |
Float2BooleanSortedMaps.fastIterator(Float2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Float2ByteMap.Entry> |
Float2ByteSortedMap.FastSortedEntrySet.fastIterator(Float2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2ByteMap.Entry> |
Float2ByteSortedMaps.fastIterator(Float2ByteSortedMap map)
|
ObjectBidirectionalIterator<Float2CharMap.Entry> |
Float2CharSortedMap.FastSortedEntrySet.fastIterator(Float2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2CharMap.Entry> |
Float2CharSortedMaps.fastIterator(Float2CharSortedMap map)
|
ObjectBidirectionalIterator<Float2DoubleMap.Entry> |
Float2DoubleSortedMap.FastSortedEntrySet.fastIterator(Float2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2DoubleMap.Entry> |
Float2DoubleSortedMaps.fastIterator(Float2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Float2FloatMap.Entry> |
Float2FloatSortedMap.FastSortedEntrySet.fastIterator(Float2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2FloatMap.Entry> |
Float2FloatSortedMaps.fastIterator(Float2FloatSortedMap map)
|
ObjectBidirectionalIterator<Float2IntMap.Entry> |
Float2IntSortedMap.FastSortedEntrySet.fastIterator(Float2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2IntMap.Entry> |
Float2IntSortedMaps.fastIterator(Float2IntSortedMap map)
|
ObjectBidirectionalIterator<Float2LongMap.Entry> |
Float2LongSortedMap.FastSortedEntrySet.fastIterator(Float2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2LongMap.Entry> |
Float2LongSortedMaps.fastIterator(Float2LongSortedMap map)
|
ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
Float2ObjectSortedMap.FastSortedEntrySet.fastIterator(Float2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Float2ObjectMap.Entry<V>> |
Float2ObjectSortedMaps.fastIterator(Float2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Float2ReferenceMap.Entry<V>> |
Float2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Float2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Float2ReferenceMap.Entry<V>> |
Float2ReferenceSortedMaps.fastIterator(Float2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Float2ShortMap.Entry> |
Float2ShortSortedMap.FastSortedEntrySet.fastIterator(Float2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Float2ShortMap.Entry> |
Float2ShortSortedMaps.fastIterator(Float2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
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 ObjectBidirectionalIterator<Int2IntMap.Entry> |
AbstractInt2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2IntMap.Entry> |
AbstractInt2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
AbstractInt2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
AbstractInt2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2ByteMap.Entry> |
AbstractInt2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2ByteMap.Entry> |
AbstractInt2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2LongMap.Entry> |
AbstractInt2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2LongMap.Entry> |
AbstractInt2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2FloatMap.Entry> |
AbstractInt2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2FloatMap.Entry> |
AbstractInt2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2ShortMap.Entry> |
AbstractInt2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2ShortMap.Entry> |
AbstractInt2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
AbstractInt2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
AbstractInt2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2DoubleMap.Entry> |
AbstractInt2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2DoubleMap.Entry> |
AbstractInt2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
AbstractInt2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
AbstractInt2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Int2CharMap.Entry> |
AbstractInt2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2CharMap.Entry> |
AbstractInt2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2LongMap.Entry> |
Int2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2ByteMap.Entry> |
Int2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2FloatMap.Entry> |
Int2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2ShortMap.Entry> |
Int2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2IntMap.Entry> |
Int2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2DoubleMap.Entry> |
Int2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.FastSortedEntrySet.fastIterator(Int2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.fastIterator(Int2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Int2ByteMap.Entry> |
Int2ByteSortedMap.FastSortedEntrySet.fastIterator(Int2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2ByteMap.Entry> |
Int2ByteSortedMaps.fastIterator(Int2ByteSortedMap map)
|
ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMap.FastSortedEntrySet.fastIterator(Int2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMaps.fastIterator(Int2CharSortedMap map)
|
ObjectBidirectionalIterator<Int2DoubleMap.Entry> |
Int2DoubleSortedMap.FastSortedEntrySet.fastIterator(Int2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2DoubleMap.Entry> |
Int2DoubleSortedMaps.fastIterator(Int2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Int2FloatMap.Entry> |
Int2FloatSortedMap.FastSortedEntrySet.fastIterator(Int2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2FloatMap.Entry> |
Int2FloatSortedMaps.fastIterator(Int2FloatSortedMap map)
|
ObjectBidirectionalIterator<Int2IntMap.Entry> |
Int2IntSortedMap.FastSortedEntrySet.fastIterator(Int2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2IntMap.Entry> |
Int2IntSortedMaps.fastIterator(Int2IntSortedMap map)
|
ObjectBidirectionalIterator<Int2LongMap.Entry> |
Int2LongSortedMap.FastSortedEntrySet.fastIterator(Int2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2LongMap.Entry> |
Int2LongSortedMaps.fastIterator(Int2LongSortedMap map)
|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMaps.fastIterator(Int2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Int2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceSortedMaps.fastIterator(Int2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Int2ShortMap.Entry> |
Int2ShortSortedMap.FastSortedEntrySet.fastIterator(Int2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Int2ShortMap.Entry> |
Int2ShortSortedMaps.fastIterator(Int2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
LongBigListIterator
A type-specific
BigListIterator. |
interface |
LongListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractLongBidirectionalIterator
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 |
AbstractLongBigListIterator
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 |
AbstractLongListIterator
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 |
LongBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
LongBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
LongBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
LongIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
LongIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
LongIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Long2ByteMap.Entry> |
AbstractLong2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2ByteMap.Entry> |
AbstractLong2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2CharMap.Entry> |
AbstractLong2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2CharMap.Entry> |
AbstractLong2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
AbstractLong2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
AbstractLong2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2ShortMap.Entry> |
AbstractLong2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2ShortMap.Entry> |
AbstractLong2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2FloatMap.Entry> |
AbstractLong2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2FloatMap.Entry> |
AbstractLong2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2LongMap.Entry> |
AbstractLong2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2LongMap.Entry> |
AbstractLong2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
AbstractLong2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
AbstractLong2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> |
AbstractLong2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> |
AbstractLong2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2DoubleMap.Entry> |
AbstractLong2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2DoubleMap.Entry> |
AbstractLong2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Long2IntMap.Entry> |
AbstractLong2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Long2IntMap.Entry> |
AbstractLong2IntSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Long2CharMap.Entry> |
Long2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2IntMap.Entry> |
Long2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2ByteMap.Entry> |
Long2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> |
Long2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2LongMap.Entry> |
Long2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
Long2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2FloatMap.Entry> |
Long2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2DoubleMap.Entry> |
Long2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2ShortMap.Entry> |
Long2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
Long2BooleanSortedMap.FastSortedEntrySet.fastIterator(Long2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2BooleanMap.Entry> |
Long2BooleanSortedMaps.fastIterator(Long2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Long2ByteMap.Entry> |
Long2ByteSortedMap.FastSortedEntrySet.fastIterator(Long2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2ByteMap.Entry> |
Long2ByteSortedMaps.fastIterator(Long2ByteSortedMap map)
|
ObjectBidirectionalIterator<Long2CharMap.Entry> |
Long2CharSortedMap.FastSortedEntrySet.fastIterator(Long2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2CharMap.Entry> |
Long2CharSortedMaps.fastIterator(Long2CharSortedMap map)
|
ObjectBidirectionalIterator<Long2DoubleMap.Entry> |
Long2DoubleSortedMap.FastSortedEntrySet.fastIterator(Long2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2DoubleMap.Entry> |
Long2DoubleSortedMaps.fastIterator(Long2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Long2FloatMap.Entry> |
Long2FloatSortedMap.FastSortedEntrySet.fastIterator(Long2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2FloatMap.Entry> |
Long2FloatSortedMaps.fastIterator(Long2FloatSortedMap map)
|
ObjectBidirectionalIterator<Long2IntMap.Entry> |
Long2IntSortedMap.FastSortedEntrySet.fastIterator(Long2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2IntMap.Entry> |
Long2IntSortedMaps.fastIterator(Long2IntSortedMap map)
|
ObjectBidirectionalIterator<Long2LongMap.Entry> |
Long2LongSortedMap.FastSortedEntrySet.fastIterator(Long2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2LongMap.Entry> |
Long2LongSortedMaps.fastIterator(Long2LongSortedMap map)
|
ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.FastSortedEntrySet.fastIterator(Long2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMaps.fastIterator(Long2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> |
Long2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Long2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> |
Long2ReferenceSortedMaps.fastIterator(Long2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Long2ShortMap.Entry> |
Long2ShortSortedMap.FastSortedEntrySet.fastIterator(Long2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Long2ShortMap.Entry> |
Long2ShortSortedMaps.fastIterator(Long2ShortSortedMap map)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectBigListIterator<K>
A type-specific
BigListIterator. |
interface |
ObjectListIterator<K>
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractObject2BooleanSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2ByteSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2CharSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2DoubleSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2FloatSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2IntSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2LongSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2ObjectSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2ReferenceSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractObject2ShortSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractObjectBidirectionalIterator<K>
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 |
AbstractObjectBigListIterator<K>
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 |
AbstractObjectListIterator<K>
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.
|
protected static class |
AbstractReference2BooleanSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2ByteSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2CharSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2DoubleSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2FloatSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2IntSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2LongSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2ObjectSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2ReferenceSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractReference2ShortSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
static class |
ObjectBigListIterators.BigListIteratorListIterator<K>
A class exposing a list iterator as a big-list iterator..
|
static class |
ObjectBigListIterators.EmptyBigListIterator<K>
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ObjectBigListIterators.UnmodifiableBigListIterator<K>
An unmodifiable wrapper class for big list iterators.
|
static class |
ObjectIterators.EmptyIterator<K>
A class returning no elements and a type-specific iterator interface.
|
static class |
ObjectIterators.UnmodifiableBidirectionalIterator<K>
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Reference2LongMap.Entry<K>> |
AbstractReference2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2LongMap.Entry<K>> |
AbstractReference2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2FloatMap.Entry<K>> |
AbstractObject2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2FloatMap.Entry<K>> |
AbstractObject2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2LongMap.Entry<K>> |
AbstractObject2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2LongMap.Entry<K>> |
AbstractObject2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2ObjectMap.Entry<K,V>> |
AbstractObject2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2ObjectMap.Entry<K,V>> |
AbstractObject2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> |
AbstractReference2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> |
AbstractReference2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
AbstractObject2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
AbstractObject2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
AbstractReference2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
AbstractReference2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2BooleanMap.Entry<K>> |
AbstractReference2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2BooleanMap.Entry<K>> |
AbstractReference2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>> |
AbstractReference2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>> |
AbstractReference2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> |
AbstractReference2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> |
AbstractReference2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
AbstractObject2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
AbstractObject2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
AbstractReference2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
AbstractReference2ObjectSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2IntMap.Entry<K>> |
AbstractObject2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2IntMap.Entry<K>> |
AbstractObject2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
AbstractObject2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
AbstractObject2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K,V>> |
AbstractObject2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K,V>> |
AbstractObject2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>> |
AbstractReference2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>> |
AbstractReference2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
AbstractObject2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
AbstractObject2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2IntMap.Entry<K>> |
AbstractReference2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2IntMap.Entry<K>> |
AbstractReference2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<K> |
ObjectIterators.UnmodifiableBidirectionalIterator.i |
protected ObjectBidirectionalIterator<Object2ShortMap.Entry<K>> |
AbstractObject2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Object2ShortMap.Entry<K>> |
AbstractObject2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Reference2CharMap.Entry<K>> |
AbstractReference2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Reference2CharMap.Entry<K>> |
AbstractReference2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> |
Reference2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K,V>> |
Object2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2IntMap.Entry<K>> |
Object2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2BooleanMap.Entry<K>> |
Reference2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2ShortMap.Entry<K>> |
Object2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2LongMap.Entry<K>> |
Reference2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2LongMap.Entry<K>> |
Object2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
Object2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2IntMap.Entry<K>> |
Reference2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> |
Reference2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2FloatMap.Entry<K>> |
Object2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>> |
Reference2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2CharMap.Entry<K>> |
Reference2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
Reference2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>> |
Reference2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2ObjectMap.Entry<K,V>> |
Object2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMap.FastSortedEntrySet.fastIterator(Object2BooleanMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanSortedMaps.fastIterator(Object2BooleanSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
Object2ByteSortedMap.FastSortedEntrySet.fastIterator(Object2ByteMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
Object2ByteSortedMaps.fastIterator(Object2ByteSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMap.FastSortedEntrySet.fastIterator(Object2CharMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2CharMap.Entry<K>> |
Object2CharSortedMaps.fastIterator(Object2CharSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMap.FastSortedEntrySet.fastIterator(Object2DoubleMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMaps.fastIterator(Object2DoubleSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2FloatMap.Entry<K>> |
Object2FloatSortedMap.FastSortedEntrySet.fastIterator(Object2FloatMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2FloatMap.Entry<K>> |
Object2FloatSortedMaps.fastIterator(Object2FloatSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2IntMap.Entry<K>> |
Object2IntSortedMap.FastSortedEntrySet.fastIterator(Object2IntMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2IntMap.Entry<K>> |
Object2IntSortedMaps.fastIterator(Object2IntSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2LongMap.Entry<K>> |
Object2LongSortedMap.FastSortedEntrySet.fastIterator(Object2LongMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2LongMap.Entry<K>> |
Object2LongSortedMaps.fastIterator(Object2LongSortedMap<K> map)
|
ObjectBidirectionalIterator<Object2ObjectMap.Entry<K,V>> |
Object2ObjectSortedMap.FastSortedEntrySet.fastIterator(Object2ObjectMap.Entry<K,V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K,V> ObjectBidirectionalIterator<Object2ObjectMap.Entry<K,V>> |
Object2ObjectSortedMaps.fastIterator(Object2ObjectSortedMap<K,V> map)
|
ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K,V>> |
Object2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Object2ReferenceMap.Entry<K,V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K,V> ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K,V>> |
Object2ReferenceSortedMaps.fastIterator(Object2ReferenceSortedMap<K,V> map)
|
ObjectBidirectionalIterator<Object2ShortMap.Entry<K>> |
Object2ShortSortedMap.FastSortedEntrySet.fastIterator(Object2ShortMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Object2ShortMap.Entry<K>> |
Object2ShortSortedMaps.fastIterator(Object2ShortSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2BooleanMap.Entry<K>> |
Reference2BooleanSortedMap.FastSortedEntrySet.fastIterator(Reference2BooleanMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2BooleanMap.Entry<K>> |
Reference2BooleanSortedMaps.fastIterator(Reference2BooleanSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>> |
Reference2ByteSortedMap.FastSortedEntrySet.fastIterator(Reference2ByteMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>> |
Reference2ByteSortedMaps.fastIterator(Reference2ByteSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2CharMap.Entry<K>> |
Reference2CharSortedMap.FastSortedEntrySet.fastIterator(Reference2CharMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2CharMap.Entry<K>> |
Reference2CharSortedMaps.fastIterator(Reference2CharSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>> |
Reference2DoubleSortedMap.FastSortedEntrySet.fastIterator(Reference2DoubleMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>> |
Reference2DoubleSortedMaps.fastIterator(Reference2DoubleSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> |
Reference2FloatSortedMap.FastSortedEntrySet.fastIterator(Reference2FloatMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> |
Reference2FloatSortedMaps.fastIterator(Reference2FloatSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2IntMap.Entry<K>> |
Reference2IntSortedMap.FastSortedEntrySet.fastIterator(Reference2IntMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2IntMap.Entry<K>> |
Reference2IntSortedMaps.fastIterator(Reference2IntSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2LongMap.Entry<K>> |
Reference2LongSortedMap.FastSortedEntrySet.fastIterator(Reference2LongMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2LongMap.Entry<K>> |
Reference2LongSortedMaps.fastIterator(Reference2LongSortedMap<K> map)
|
ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMap.FastSortedEntrySet.fastIterator(Reference2ObjectMap.Entry<K,V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K,V> ObjectBidirectionalIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectSortedMaps.fastIterator(Reference2ObjectSortedMap<K,V> map)
|
ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
Reference2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Reference2ReferenceMap.Entry<K,V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K,V> ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K,V>> |
Reference2ReferenceSortedMaps.fastIterator(Reference2ReferenceSortedMap<K,V> map)
|
ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> |
Reference2ShortSortedMap.FastSortedEntrySet.fastIterator(Reference2ShortMap.Entry<K> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <K> ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> |
Reference2ShortSortedMaps.fastIterator(Reference2ShortSortedMap<K> map)
|
ObjectBidirectionalIterator<K> |
AbstractReference2LongSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2FloatSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2LongSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ReferenceSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ObjectBidirectionalIterator<K> |
AbstractObject2ObjectSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2ShortSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2ByteSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2ReferenceSortedMap.KeySet.iterator() |
abstract ObjectBidirectionalIterator<K> |
AbstractReferenceSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2BooleanSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ReferenceCollections.EmptyCollection.iterator() |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.SynchronizedSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.UnmodifiableSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectCollections.EmptyCollection.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2DoubleSortedMap.KeySet.iterator() |
abstract ObjectBidirectionalIterator<K> |
AbstractObjectSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2FloatSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2BooleanSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2ObjectSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectAVLTreeSet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2IntSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectRBTreeSet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2DoubleSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2ReferenceSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2ByteSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractObject2CharSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2IntSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
ObjectBidirectionalIterator<K> |
ObjectSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ObjectBidirectionalIterator<K> |
AbstractObject2ShortSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2CharSortedMap.KeySet.iterator() |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.SynchronizedSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.UnmodifiableSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
AbstractReference2LongSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2FloatSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2LongSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ReferenceSortedSet.iterator(K fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
ObjectBidirectionalIterator<K> |
AbstractObject2ObjectSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2ShortSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2ByteSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2ReferenceSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2BooleanSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.EmptySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.Singleton.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.SynchronizedSortedSet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.UnmodifiableSortedSet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2DoubleSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2FloatSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2BooleanSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2ObjectSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectAVLTreeSet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2IntSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectRBTreeSet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2DoubleSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2ReferenceSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2ByteSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractObject2CharSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2IntSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ObjectSortedSet.iterator(K fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
ObjectBidirectionalIterator<K> |
AbstractObject2ShortSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
AbstractReference2CharSortedMap.KeySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.EmptySet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.Singleton.iterator(K from) |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.SynchronizedSortedSet.iterator(K from) |
ObjectBidirectionalIterator<K> |
ReferenceSortedSets.UnmodifiableSortedSet.iterator(K from) |
static <K> ObjectBidirectionalIterator<K> |
ObjectIterators.unmodifiable(ObjectBidirectionalIterator<K> i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectBidirectionalIterator<K> |
ObjectIterators.unmodifiable(ObjectBidirectionalIterator<K> i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShortBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
ShortBigListIterator
A type-specific
BigListIterator. |
interface |
ShortListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractShortBidirectionalIterator
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 |
AbstractShortBigListIterator
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 |
AbstractShortListIterator
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 |
ShortBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
ShortBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ShortBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
ShortIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
ShortIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ShortIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Short2FloatMap.Entry> |
AbstractShort2FloatSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2FloatMap.Entry> |
AbstractShort2FloatSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2IntMap.Entry> |
AbstractShort2IntSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2IntMap.Entry> |
AbstractShort2IntSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2ShortMap.Entry> |
AbstractShort2ShortSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2ShortMap.Entry> |
AbstractShort2ShortSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2ReferenceMap.Entry<V>> |
AbstractShort2ReferenceSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2ReferenceMap.Entry<V>> |
AbstractShort2ReferenceSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
AbstractShort2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
AbstractShort2BooleanSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2DoubleMap.Entry> |
AbstractShort2DoubleSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2DoubleMap.Entry> |
AbstractShort2DoubleSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2CharMap.Entry> |
AbstractShort2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2CharMap.Entry> |
AbstractShort2CharSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2LongMap.Entry> |
AbstractShort2LongSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2LongMap.Entry> |
AbstractShort2LongSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2ByteMap.Entry> |
AbstractShort2ByteSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2ByteMap.Entry> |
AbstractShort2ByteSortedMap.ValuesIterator.i |
protected ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>> |
AbstractShort2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>> |
AbstractShort2ObjectSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Short2FloatMap.Entry> |
Short2FloatSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2ByteMap.Entry> |
Short2ByteSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2ReferenceMap.Entry<V>> |
Short2ReferenceSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2LongMap.Entry> |
Short2LongSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>> |
Short2ObjectSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2IntMap.Entry> |
Short2IntSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2ShortMap.Entry> |
Short2ShortSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2DoubleMap.Entry> |
Short2DoubleSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.FastSortedEntrySet.fastIterator(Short2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMaps.fastIterator(Short2BooleanSortedMap map)
|
ObjectBidirectionalIterator<Short2ByteMap.Entry> |
Short2ByteSortedMap.FastSortedEntrySet.fastIterator(Short2ByteMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2ByteMap.Entry> |
Short2ByteSortedMaps.fastIterator(Short2ByteSortedMap map)
|
ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMap.FastSortedEntrySet.fastIterator(Short2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMaps.fastIterator(Short2CharSortedMap map)
|
ObjectBidirectionalIterator<Short2DoubleMap.Entry> |
Short2DoubleSortedMap.FastSortedEntrySet.fastIterator(Short2DoubleMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2DoubleMap.Entry> |
Short2DoubleSortedMaps.fastIterator(Short2DoubleSortedMap map)
|
ObjectBidirectionalIterator<Short2FloatMap.Entry> |
Short2FloatSortedMap.FastSortedEntrySet.fastIterator(Short2FloatMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2FloatMap.Entry> |
Short2FloatSortedMaps.fastIterator(Short2FloatSortedMap map)
|
ObjectBidirectionalIterator<Short2IntMap.Entry> |
Short2IntSortedMap.FastSortedEntrySet.fastIterator(Short2IntMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2IntMap.Entry> |
Short2IntSortedMaps.fastIterator(Short2IntSortedMap map)
|
ObjectBidirectionalIterator<Short2LongMap.Entry> |
Short2LongSortedMap.FastSortedEntrySet.fastIterator(Short2LongMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2LongMap.Entry> |
Short2LongSortedMaps.fastIterator(Short2LongSortedMap map)
|
ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>> |
Short2ObjectSortedMap.FastSortedEntrySet.fastIterator(Short2ObjectMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>> |
Short2ObjectSortedMaps.fastIterator(Short2ObjectSortedMap<V> map)
|
ObjectBidirectionalIterator<Short2ReferenceMap.Entry<V>> |
Short2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Short2ReferenceMap.Entry<V> from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static <V> ObjectBidirectionalIterator<Short2ReferenceMap.Entry<V>> |
Short2ReferenceSortedMaps.fastIterator(Short2ReferenceSortedMap<V> map)
|
ObjectBidirectionalIterator<Short2ShortMap.Entry> |
Short2ShortSortedMap.FastSortedEntrySet.fastIterator(Short2ShortMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectBidirectionalIterator<Short2ShortMap.Entry> |
Short2ShortSortedMaps.fastIterator(Short2ShortSortedMap map)
|
Copyright © 2020. All rights reserved.