|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectIterator | |
---|---|
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. |
Uses of ObjectIterator in it.unimi.dsi.fastutil.booleans |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.booleans | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.booleans that implement ObjectIterator | |
---|---|
class |
AbstractBooleanBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractBooleanBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractBooleanListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Uses of ObjectIterator in it.unimi.dsi.fastutil.bytes |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.bytes | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.bytes that implement ObjectIterator | |
---|---|
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 |
AbstractByte2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractByte2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractByte2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractByte2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractByteBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractByteBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractByteListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Methods in it.unimi.dsi.fastutil.bytes that return ObjectIterator | |
---|---|
ObjectIterator<Byte2CharMap.Entry> |
Byte2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2ByteMap.Entry> |
Byte2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2LongMap.Entry> |
Byte2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2ShortMap.Entry> |
Byte2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2DoubleMap.Entry> |
Byte2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2ReferenceMap.Entry<V>> |
Byte2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2ObjectMap.Entry<V>> |
Byte2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2BooleanMap.Entry> |
Byte2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2FloatMap.Entry> |
Byte2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Byte2IntMap.Entry> |
Byte2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractByte2ReferenceSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractByte2ObjectSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.chars |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.chars | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.chars that implement ObjectIterator | |
---|---|
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 |
AbstractChar2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractChar2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractChar2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractChar2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractCharBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractCharBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractCharListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Methods in it.unimi.dsi.fastutil.chars that return ObjectIterator | |
---|---|
ObjectIterator<Char2ReferenceMap.Entry<V>> |
Char2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2CharMap.Entry> |
Char2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2DoubleMap.Entry> |
Char2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2BooleanMap.Entry> |
Char2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2ObjectMap.Entry<V>> |
Char2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2FloatMap.Entry> |
Char2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2LongMap.Entry> |
Char2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2ByteMap.Entry> |
Char2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2ShortMap.Entry> |
Char2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Char2IntMap.Entry> |
Char2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractChar2ReferenceSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractChar2ObjectSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.doubles |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.doubles | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.doubles that implement ObjectIterator | |
---|---|
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 |
AbstractDouble2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractDouble2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractDouble2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractDouble2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractDoubleBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractDoubleBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractDoubleListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Methods in it.unimi.dsi.fastutil.doubles that return ObjectIterator | |
---|---|
ObjectIterator<Double2IntMap.Entry> |
Double2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2ByteMap.Entry> |
Double2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2LongMap.Entry> |
Double2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2FloatMap.Entry> |
Double2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2BooleanMap.Entry> |
Double2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2DoubleMap.Entry> |
Double2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2CharMap.Entry> |
Double2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2ReferenceMap.Entry<V>> |
Double2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2ObjectMap.Entry<V>> |
Double2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Double2ShortMap.Entry> |
Double2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractDouble2ReferenceSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractDouble2ObjectSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.floats |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.floats | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.floats that implement ObjectIterator | |
---|---|
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 |
AbstractFloat2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractFloat2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractFloat2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractFloatBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractFloatBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractFloatListIterator
An abstract class facilitating the creation of type-specific list iterators. |
static class |
FloatBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator.. |
static class |
FloatBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface. |
static class |
FloatBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators. |
static class |
FloatIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface. |
static class |
FloatIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators. |
static class |
FloatIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
Methods in it.unimi.dsi.fastutil.floats that return ObjectIterator | |
---|---|
ObjectIterator<Float2FloatMap.Entry> |
Float2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2ObjectMap.Entry<V>> |
Float2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2ReferenceMap.Entry<V>> |
Float2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2ShortMap.Entry> |
Float2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2ByteMap.Entry> |
Float2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2DoubleMap.Entry> |
Float2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2IntMap.Entry> |
Float2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2CharMap.Entry> |
Float2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2LongMap.Entry> |
Float2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Float2BooleanMap.Entry> |
Float2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractFloat2ReferenceSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractFloat2ObjectSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.ints |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.ints | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.ints that implement ObjectIterator | |
---|---|
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 |
AbstractInt2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractInt2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractInt2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractInt2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractIntBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractIntBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractIntListIterator
An abstract class facilitating the creation of type-specific list iterators. |
static class |
IntBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator.. |
static class |
IntBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface. |
static class |
IntBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators. |
static class |
IntIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface. |
static class |
IntIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators. |
static class |
IntIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
Methods in it.unimi.dsi.fastutil.ints that return ObjectIterator | |
---|---|
ObjectIterator<Int2FloatMap.Entry> |
Int2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2ReferenceMap.Entry<V>> |
Int2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2ByteMap.Entry> |
Int2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2LongMap.Entry> |
Int2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2BooleanMap.Entry> |
Int2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2CharMap.Entry> |
Int2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2IntMap.Entry> |
Int2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2ShortMap.Entry> |
Int2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Int2DoubleMap.Entry> |
Int2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractInt2ObjectSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractInt2ReferenceSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.longs |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.longs | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.longs that implement ObjectIterator | |
---|---|
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 |
AbstractLong2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractLong2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractLong2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractLong2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractLongBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractLongBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractLongListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Methods in it.unimi.dsi.fastutil.longs that return ObjectIterator | |
---|---|
ObjectIterator<Long2ReferenceMap.Entry<V>> |
Long2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2ShortMap.Entry> |
Long2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2FloatMap.Entry> |
Long2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2BooleanMap.Entry> |
Long2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2CharMap.Entry> |
Long2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2DoubleMap.Entry> |
Long2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2IntMap.Entry> |
Long2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2LongMap.Entry> |
Long2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Long2ByteMap.Entry> |
Long2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractLong2ObjectSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractLong2ReferenceSortedMap.ValuesCollection.iterator()
|
Uses of ObjectIterator in it.unimi.dsi.fastutil.objects |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.objects | |
---|---|
interface |
ObjectBidirectionalIterator<K>
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards. |
interface |
ObjectBigListIterator<K>
A type-specific BigListIterator . |
interface |
ObjectListIterator<K>
A type-specific bidirectional iterator that is also a ListIterator . |
Classes in it.unimi.dsi.fastutil.objects that implement ObjectIterator | |
---|---|
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 |
AbstractObject2ObjectSortedMap.ValuesIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractObject2ReferenceSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractObject2ReferenceSortedMap.ValuesIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractObject2ShortSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractObjectBidirectionalIterator<K>
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractObjectBigListIterator<K>
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractObjectIterator<K>
An abstract class facilitating the creation of type-specific iterators. |
class |
AbstractObjectListIterator<K>
An abstract class facilitating the creation of type-specific list iterators. |
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 |
AbstractReference2ObjectSortedMap.ValuesIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractReference2ReferenceSortedMap.KeySetIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractReference2ReferenceSortedMap.ValuesIterator<K,V>
A wrapper exhibiting a map iterator as an iterator on values. |
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.UnmodifiableIterator<K>
An unmodifiable wrapper class for iterators. |
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators. |
Fields in it.unimi.dsi.fastutil.objects declared as ObjectIterator | |
---|---|
protected ObjectIterator<K> |
ObjectIterators.UnmodifiableIterator.i
|
Methods in it.unimi.dsi.fastutil.objects that return ObjectIterator | ||
---|---|---|
static
|
ObjectIterators.asObjectIterator(Iterator<K> i)
Wraps a standard iterator into a type-specific iterator. |
|
static
|
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array. |
|
static
|
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array. |
|
ObjectIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2ByteMap.Entry<K>> |
Reference2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2LongMap.Entry<K>> |
Object2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2CharMap.Entry<K>> |
Reference2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2FloatMap.Entry<K>> |
Object2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2ByteMap.Entry<K>> |
Object2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2FloatMap.Entry<K>> |
Reference2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2BooleanMap.Entry<K>> |
Reference2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2BooleanMap.Entry<K>> |
Object2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2LongMap.Entry<K>> |
Reference2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2ReferenceMap.Entry<K,V>> |
Reference2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2ObjectMap.Entry<K,V>> |
Object2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2IntMap.Entry<K>> |
Object2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2DoubleMap.Entry<K>> |
Reference2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2ObjectMap.Entry<K,V>> |
Reference2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2IntMap.Entry<K>> |
Reference2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Reference2ShortMap.Entry<K>> |
Reference2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2ShortMap.Entry<K>> |
Object2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2ReferenceMap.Entry<K,V>> |
Object2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<Object2CharMap.Entry<K>> |
Object2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
|
ObjectIterator<K> |
ReferenceOpenHashSet.iterator()
|
|
ObjectIterator<K> |
ObjectArraySet.iterator()
|
|
ObjectIterator<V> |
AbstractReference2ReferenceSortedMap.ValuesCollection.iterator()
|
|
ObjectIterator<V> |
AbstractObject2ReferenceSortedMap.ValuesCollection.iterator()
|
|
abstract ObjectIterator<K> |
AbstractObjectSet.iterator()
|
|
ObjectIterator<K> |
ReferenceCollection.iterator()
Returns a type-specific iterator on the elements of this collection. |
|
ObjectIterator<K> |
ReferenceSet.iterator()
Returns a type-specific iterator on the elements of this set. |
|
ObjectIterator<V> |
AbstractReference2ObjectSortedMap.ValuesCollection.iterator()
|
|
abstract ObjectIterator<K> |
AbstractObjectCollection.iterator()
|
|
abstract ObjectIterator<K> |
AbstractReferenceCollection.iterator()
|
|
ObjectIterator<K> |
ReferenceArraySet.iterator()
|
|
ObjectIterator<K> |
ReferenceOpenHashBigSet.iterator()
|
|
ObjectIterator<K> |
ObjectCollection.iterator()
Returns a type-specific iterator on the elements of this collection. |
|
ObjectIterator<K> |
ReferenceCollections.SynchronizedCollection.iterator()
|
|
ObjectIterator<K> |
ReferenceCollections.UnmodifiableCollection.iterator()
|
|
ObjectIterator<K> |
ReferenceCollections.IterableCollection.iterator()
|
|
ObjectIterator<K> |
ObjectOpenHashBigSet.iterator()
|
|
abstract ObjectIterator<K> |
AbstractReferenceSet.iterator()
|
|
ObjectIterator<K> |
ObjectIterable.iterator()
Returns a type-specific iterator. |
|
ObjectIterator<K> |
ObjectOpenCustomHashSet.iterator()
|
|
ObjectIterator<V> |
AbstractObject2ObjectSortedMap.ValuesCollection.iterator()
|
|
ObjectIterator<K> |
ObjectSet.iterator()
Returns a type-specific iterator on the elements of this set. |
|
ObjectIterator<K> |
ObjectCollections.SynchronizedCollection.iterator()
|
|
ObjectIterator<K> |
ObjectCollections.UnmodifiableCollection.iterator()
|
|
ObjectIterator<K> |
ObjectCollections.IterableCollection.iterator()
|
|
ObjectIterator<K> |
ObjectOpenHashSet.iterator()
|
|
ObjectIterator<K> |
ReferenceLists.EmptyList.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ReferenceCollection.objectIterator()
Deprecated. As of fastutil 5, replaced by ReferenceCollection.iterator() . |
|
ObjectIterator<K> |
AbstractObjectCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ObjectLists.EmptyList.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
AbstractReferenceCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ObjectCollection.objectIterator()
Deprecated. As of fastutil 5, replaced by ObjectCollection.iterator() . |
|
ObjectIterator<K> |
ReferenceCollections.SynchronizedCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ReferenceCollections.UnmodifiableCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ReferenceCollections.IterableCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ObjectCollections.SynchronizedCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ObjectCollections.UnmodifiableCollection.objectIterator()
Deprecated. |
|
ObjectIterator<K> |
ObjectCollections.IterableCollection.objectIterator()
Deprecated. |
|
static
|
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator. |
Methods in it.unimi.dsi.fastutil.objects with parameters of type ObjectIterator | ||
---|---|---|
static
|
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array. |
|
static
|
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array. |
|
static
|
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator. |
Constructors in it.unimi.dsi.fastutil.objects with parameters of type ObjectIterator | |
---|---|
ObjectArrayList(ObjectIterator<? extends K> i)
Creates a new array list and fills it with the elements returned by a type-specific iterator.. |
|
ObjectAVLTreeSet(ObjectIterator<? extends K> i)
Creates a new tree set using elements provided by a type-specific iterator. |
|
ObjectBigArrayBigList(ObjectIterator<? extends K> i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator.. |
|
ObjectIterators.UnmodifiableIterator(ObjectIterator<K> i)
|
|
ObjectLinkedOpenCustomHashSet(ObjectIterator<K> i,
float f,
Hash.Strategy<K> strategy)
Creates a new hash set using elements provided by a type-specific iterator. |
|
ObjectLinkedOpenCustomHashSet(ObjectIterator<K> i,
Hash.Strategy<K> strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ObjectLinkedOpenHashSet(ObjectIterator<K> i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ObjectLinkedOpenHashSet(ObjectIterator<K> i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
|
ObjectOpenCustomHashSet(ObjectIterator<K> i,
float f,
Hash.Strategy<K> strategy)
Creates a new hash set using elements provided by a type-specific iterator. |
|
ObjectOpenCustomHashSet(ObjectIterator<K> i,
Hash.Strategy<K> strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ObjectOpenHashBigSet(ObjectIterator<K> i)
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ObjectOpenHashBigSet(ObjectIterator<K> i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator. |
|
ObjectOpenHashSet(ObjectIterator<K> i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ObjectOpenHashSet(ObjectIterator<K> i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
|
ObjectRBTreeSet(ObjectIterator<? extends K> i)
Creates a new tree set using elements provided by a type-specific iterator. |
|
ReferenceArrayList(ObjectIterator<? extends K> i)
Creates a new array list and fills it with the elements returned by a type-specific iterator.. |
|
ReferenceBigArrayBigList(ObjectIterator<? extends K> i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator.. |
|
ReferenceLinkedOpenHashSet(ObjectIterator<K> i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ReferenceLinkedOpenHashSet(ObjectIterator<K> i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
|
ReferenceOpenHashBigSet(ObjectIterator<K> i)
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ReferenceOpenHashBigSet(ObjectIterator<K> i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator. |
|
ReferenceOpenHashSet(ObjectIterator<K> i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
ReferenceOpenHashSet(ObjectIterator<K> i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
Uses of ObjectIterator in it.unimi.dsi.fastutil.shorts |
---|
Subinterfaces of ObjectIterator in it.unimi.dsi.fastutil.shorts | |
---|---|
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 . |
Classes in it.unimi.dsi.fastutil.shorts that implement ObjectIterator | |
---|---|
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 |
AbstractShort2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractShort2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractShort2ReferenceSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractShort2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractShortBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractShortBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractShortListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Methods in it.unimi.dsi.fastutil.shorts that return ObjectIterator | |
---|---|
ObjectIterator<Short2IntMap.Entry> |
Short2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2FloatMap.Entry> |
Short2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2LongMap.Entry> |
Short2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2ObjectMap.Entry<V>> |
Short2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2ByteMap.Entry> |
Short2ByteMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2CharMap.Entry> |
Short2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2ReferenceMap.Entry<V>> |
Short2ReferenceMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2BooleanMap.Entry> |
Short2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2ShortMap.Entry> |
Short2ShortMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<Short2DoubleMap.Entry> |
Short2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectIterator<V> |
AbstractShort2ObjectSortedMap.ValuesCollection.iterator()
|
ObjectIterator<V> |
AbstractShort2ReferenceSortedMap.ValuesCollection.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |