| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
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 LongBidirectionalIterator |
LongIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static LongBidirectionalIterator |
LongIterators.fromTo(long from,
long to)
Creates a type-specific bidirectional iterator over an interval.
|
LongBidirectionalIterator |
AbstractLong2ByteSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
LongSortedSets.SynchronizedSortedSet.iterator() |
LongBidirectionalIterator |
LongSortedSets.UnmodifiableSortedSet.iterator() |
LongBidirectionalIterator |
AbstractLong2CharSortedMap.KeySet.iterator() |
abstract LongBidirectionalIterator |
AbstractLongSortedSet.iterator() |
LongBidirectionalIterator |
AbstractLong2ObjectSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2ShortSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2FloatSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
LongAVLTreeSet.iterator() |
LongBidirectionalIterator |
AbstractLong2LongSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
LongSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
LongBidirectionalIterator |
LongRBTreeSet.iterator() |
LongBidirectionalIterator |
LongBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
LongBidirectionalIterator |
LongCollections.EmptyCollection.iterator() |
LongBidirectionalIterator |
AbstractLong2BooleanSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2ReferenceSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2DoubleSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2IntSortedMap.KeySet.iterator() |
LongBidirectionalIterator |
AbstractLong2ByteSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
LongSortedSets.EmptySet.iterator(long from) |
LongBidirectionalIterator |
LongSortedSets.Singleton.iterator(long from) |
LongBidirectionalIterator |
LongSortedSets.SynchronizedSortedSet.iterator(long from) |
LongBidirectionalIterator |
LongSortedSets.UnmodifiableSortedSet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2CharSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2ObjectSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2ShortSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2FloatSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
LongAVLTreeSet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2LongSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
LongSortedSet.iterator(long fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
LongBidirectionalIterator |
LongRBTreeSet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2BooleanSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2ReferenceSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2DoubleSortedMap.KeySet.iterator(long from) |
LongBidirectionalIterator |
AbstractLong2IntSortedMap.KeySet.iterator(long from) |
static LongBidirectionalIterator |
LongIterators.unmodifiable(LongBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static LongBidirectionalIterator |
LongIterators.unmodifiable(LongBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(LongBidirectionalIterator i) |
Copyright © 2020. All rights reserved.