| Package | Description |
|---|---|
| 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 |
| 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 |
IntListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2ObjectSortedMap.KeySetIterator<V>
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 |
AbstractIntListIterator
An abstract class facilitating the creation of type-specific 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<Map.Entry<Integer,V>> |
AbstractInt2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Map.Entry<Integer,V>> |
AbstractInt2ObjectSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectSortedMap.FastSortedEntrySet.fastIterator(Int2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Integer,V>> i) |
ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Integer,V>> i) |
| 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 |
LongListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2ObjectSortedMap.KeySetIterator<V>
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 |
AbstractLongListIterator
An abstract class facilitating the creation of type-specific 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<Map.Entry<Long,V>> |
AbstractLong2ObjectSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Map.Entry<Long,V>> |
AbstractLong2ObjectSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectSortedMap.FastSortedEntrySet.fastIterator(Long2ObjectMap.Entry<V> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Long,V>> i) |
ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Long,V>> i) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectListIterator<K>
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectBidirectionalIterator<K>
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractObjectListIterator<K>
An abstract class facilitating the creation of type-specific 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<K> |
ObjectIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<K> |
ObjectSortedSets.SynchronizedSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectSortedSets.UnmodifiableSortedSet.iterator() |
ObjectBidirectionalIterator<K> |
ObjectSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ObjectBidirectionalIterator<K> |
ObjectCollections.EmptyCollection.iterator() |
abstract ObjectBidirectionalIterator<K> |
AbstractObjectSortedSet.iterator() |
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> |
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> |
ObjectSortedSets.EmptySet.objectIterator()
Deprecated.
|
ObjectBidirectionalIterator<K> |
ObjectSortedSets.Singleton.objectIterator()
Deprecated.
|
ObjectBidirectionalIterator<K> |
ObjectSortedSets.SynchronizedSortedSet.objectIterator()
Deprecated.
|
ObjectBidirectionalIterator<K> |
ObjectSortedSets.UnmodifiableSortedSet.objectIterator()
Deprecated.
|
ObjectBidirectionalIterator<K> |
ObjectSortedSet.objectIterator()
Deprecated.
As of
fastutil 5, replaced by ObjectSortedSet.iterator(). |
ObjectBidirectionalIterator<K> |
AbstractObjectSortedSet.objectIterator()
Deprecated.
|
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.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(ObjectBidirectionalIterator<K> i) |
Copyright © 2016. All rights reserved.