| Package | Description |
|---|---|
| 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.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| 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 | Class and Description |
|---|---|
protected static class |
AbstractByte2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractByte2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractChar2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractChar2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractDouble2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractDouble2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFloat2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractFloat2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractInt2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static LongIterator |
TextIO.asLongIterator(BufferedReader reader)
Wraps the given buffered reader into an iterator.
|
static LongIterator |
BinIO.asLongIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static LongIterator |
TextIO.asLongIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static LongIterator |
BinIO.asLongIterator(DataInput dataInput)
Wraps the given data input stream into an iterator.
|
static LongIterator |
BinIO.asLongIterator(File file)
Wraps a file given by a
File object into an iterator. |
static LongIterator |
TextIO.asLongIterator(File file)
Wraps a file given by a
File object into an iterator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinIO.storeLongs(LongIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
TextIO.storeLongs(LongIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
BinIO.storeLongs(LongIterator i,
DataOutput dataOutput)
Stores the element returned by an iterator to a given data output.
|
static void |
BinIO.storeLongs(LongIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeLongs(LongIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeLongs(LongIterator i,
PrintStream stream)
Stores the element returned by an iterator to a given print stream.
|
| 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 |
AbstractLong2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
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 |
AbstractLongIterator
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.
|
protected static class |
LongIterators.ByteIteratorWrapper
A wrapper promoting the results of a ByteIterator.
|
static class |
LongIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
protected static class |
LongIterators.IntIteratorWrapper
A wrapper promoting the results of an IntIterator.
|
protected static class |
LongIterators.ShortIteratorWrapper
A wrapper promoting the results of a ShortIterator.
|
static class |
LongIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
LongIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
|
static class |
LongIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongIterator |
LongIterators.UnmodifiableIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static LongIterator |
LongIterators.asLongIterator(Iterator i)
Wraps a standard iterator into a type-specific iterator.
|
static LongIterator |
LongIterators.concat(LongIterator[] a)
Concatenates all iterators contained in an array.
|
static LongIterator |
LongIterators.concat(LongIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
LongIterator |
LongIterable.iterator()
Returns a type-specific iterator.
|
LongIterator |
LongOpenHashBigSet.iterator() |
LongIterator |
LongSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
LongIterator |
LongArraySet.iterator() |
abstract LongIterator |
AbstractLongSet.iterator() |
LongIterator |
LongOpenHashSet.iterator() |
LongIterator |
LongCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
LongIterator |
AbstractLong2LongSortedMap.ValuesCollection.iterator() |
abstract LongIterator |
AbstractLongCollection.iterator() |
LongIterator |
LongOpenCustomHashSet.iterator() |
LongIterator |
LongCollections.SynchronizedCollection.iterator() |
LongIterator |
LongCollections.UnmodifiableCollection.iterator() |
LongIterator |
LongCollections.IterableCollection.iterator() |
static LongIterator |
LongIterators.unmodifiable(LongIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static LongIterator |
LongIterators.wrap(ByteIterator iterator)
Returns an iterator backed by the specified byte iterator.
|
static LongIterator |
LongIterators.wrap(IntIterator iterator)
Returns an iterator backed by the specified integer iterator.
|
static LongIterator |
LongIterators.wrap(ShortIterator iterator)
Returns an iterator backed by the specified short iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LongIterators.all(LongIterator iterator,
LongPredicate predicate) |
static boolean |
LongIterators.any(LongIterator iterator,
LongPredicate predicate) |
static LongIterator |
LongIterators.concat(LongIterator[] a)
Concatenates all iterators contained in an array.
|
static LongIterator |
LongIterators.concat(LongIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static int |
LongIterators.indexOf(LongIterator iterator,
LongPredicate predicate) |
static LongList |
LongIterators.pour(LongIterator i)
Pours an iterator, returning a type-specific list.
|
static LongList |
LongIterators.pour(LongIterator i,
int max)
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
|
static int |
LongIterators.pour(LongIterator i,
LongCollection s)
Pours an iterator into a type-specific collection.
|
static int |
LongIterators.pour(LongIterator i,
LongCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static LongIterator |
LongIterators.unmodifiable(LongIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static long[] |
LongIterators.unwrap(LongIterator i)
Unwraps an iterator, returning an array.
|
static long[] |
LongIterators.unwrap(LongIterator i,
int max)
Unwraps an iterator, returning an array, with a limit on the number of elements.
|
static int |
LongIterators.unwrap(LongIterator i,
long[] array)
Unwraps an iterator into an array.
|
static long |
LongIterators.unwrap(LongIterator i,
long[][] array)
Unwraps an iterator into a big array.
|
static long |
LongIterators.unwrap(LongIterator i,
long[][] array,
long offset,
long max)
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
|
static int |
LongIterators.unwrap(LongIterator i,
long[] array,
int offset,
int max)
Unwraps an iterator into an array starting at a given offset for a given number of elements.
|
static long |
LongIterators.unwrap(LongIterator i,
LongCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
LongIterators.unwrap(LongIterator i,
LongCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
static long[][] |
LongIterators.unwrapBig(LongIterator i)
Unwraps an iterator, returning a big array.
|
static long[][] |
LongIterators.unwrapBig(LongIterator i,
long max)
Unwraps an iterator, returning a big array, with a limit on the number of elements.
|
| Constructor and Description |
|---|
LongArrayList(LongIterator i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
LongAVLTreeSet(LongIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
LongBigArrayBigList(LongIterator i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
|
LongLinkedOpenCustomHashSet(LongIterator i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongLinkedOpenCustomHashSet(LongIterator i,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongLinkedOpenHashSet(LongIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongLinkedOpenHashSet(LongIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongOpenCustomHashSet(LongIterator i,
float f,
LongHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongOpenCustomHashSet(LongIterator i,
LongHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongOpenHashBigSet(LongIterator i)
Creates a new hash big set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongOpenHashBigSet(LongIterator i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator.
|
LongOpenHashSet(LongIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
LongOpenHashSet(LongIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
LongRBTreeSet(LongIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
UnmodifiableIterator(LongIterator i) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractObject2LongSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractReference2LongSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractReference2LongSortedMap.ValuesCollection.iterator() |
LongIterator |
AbstractObject2LongSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2LongSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
LongIterator |
AbstractShort2LongSortedMap.ValuesCollection.iterator() |
Copyright © 2020. All rights reserved.