Skip navigation links
A B C E F G H I L M N P R S T U 

A

AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 
AbstractIntBigList - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
AbstractIntBigList() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
AbstractIntBigList.IntRandomAccessSubList - Class in it.unimi.dsi.fastutil.ints
 
AbstractIntBigList.IntSubList - Class in it.unimi.dsi.fastutil.ints
A class implementing a sublist view.
add(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
add(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
add(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
add(long, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Inserts the specified element at the specified position in this type-specific big list (optional operation).
add(long, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
add(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
Add the given item at the given index.
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
addAll(long, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
addAll(long, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
addAll(long, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
addAll(long, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
addAll(long, IntBigList) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
addAll(long, IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
addAll(long, IntBigList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).
addAll(IntBigList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).
addAll(long, IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
addAll(IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
addElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, int[][]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
addElements(long, int[][]) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, int[][], long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Add (hopefully quickly) elements to this type-specific big list.
asBigListIterator(IntListIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigListIterators
Returns a big-list iterator backed by the specified list iterator.

B

back(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
back(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
BigListIteratorListIterator(IntListIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 

C

characteristics() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 
CHUNK_SIZE - Static variable in class it.unimi.dsi.fastutil.ints.IntMappedBigList
The size in elements of a chunk created by map(FileChannel, ByteOrder, FileChannel.MapMode).
clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
clone() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
compareTo(BigList<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Compares this big list to another object.
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next IntBigSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and IntBigSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Returns true if this list contains the specified element.
copy() - Method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
Returns a lightweight duplicate that can be read independently by another thread.

E

EarlyBindingSizeIndexBasedSpliterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
EMPTY_BIG_LIST_ITERATOR - Static variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators
An empty iterator (immutable).
EmptyBigListIterator() - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
ensureIndex(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Ensures that the given index is nonnegative and not greater than this big-list size.
ensureRestrictedIndex(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Ensures that the given index is nonnegative and smaller than this big-list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
estimateSize() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 

F

forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 
from - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
Initial (inclusive) index of this sublist.

G

get(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
Get the item corresponding to the given index location.
get(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
getElements(long, int[][], long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, int[], int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Copies (hopefully quickly) elements of this type-specific big list into the given array.
getElements(long, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
 
getInt(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
getInt(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns the element at the specified position.
getInt(long) - Method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
The maximum pos can be, and is the logical end of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Returns the hash code for this big list, which is identical to List.hashCode().
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
i - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
IntBigList - Interface in it.unimi.dsi.fastutil.ints
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
IntBigListIterators - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific iterators.
IntBigListIterators.AbstractIndexBasedBigIterator - Class in it.unimi.dsi.fastutil.ints
A skeletal implementation for an iterator backed by an index based data store.
IntBigListIterators.AbstractIndexBasedBigListIterator - Class in it.unimi.dsi.fastutil.ints
A skeletal implementation for a list-iterator backed by an index based data store.
IntBigListIterators.BigListIteratorListIterator - Class in it.unimi.dsi.fastutil.ints
A class exposing a list iterator as a big-list iterator..
IntBigListIterators.EmptyBigListIterator - Class in it.unimi.dsi.fastutil.ints
A class returning no elements and a type-specific big list iterator interface.
IntBigListIterators.UnmodifiableBigListIterator - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for big list iterators.
IntBigSpliterators - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific spliterators on big (potentially greater then Integer.MAX_VALUE items long).
IntBigSpliterators() - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators
 
IntBigSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
A skeletal implementation for a spliterator backed by an index based data store.
IntBigSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
A skeletal implementation for a spliterator backed by an index based data store.
IntBigSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
A skeletal implementation for a spliterator backed by an index based data store.
IntMappedBigList - Class in it.unimi.dsi.fastutil.ints
A bridge between byte buffers and type-specific big lists.
IntMappedBigList(IntBuffer[], long, boolean[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntMappedBigList
Creates a new mapped big list.
IntRandomAccessSubList(IntBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntRandomAccessSubList
 
IntSubList(IntBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific iterator on the elements of this list.

L

l - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
The list this sublist restricts.
lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns the index of the last occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
The last returned index by a call to IntIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
 
listIterator(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
listIterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator() - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
LOG2_BITS - Static variable in class it.unimi.dsi.fastutil.ints.IntMappedBigList
Deprecated.
LOG2_BYTES - Static variable in class it.unimi.dsi.fastutil.ints.IntMappedBigList
The logarithm of the number of bytes of the primitive type of this list.

M

makeForSplit(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
Make a new spliterator to IntBigSpliterators.AbstractIndexBasedSpliterator.trySplit() starting with the given pos and ending at the given maxPos.
map(FileChannel) - Static method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
Creates a new mapped big list by read-only mapping a given file channel using the standard Java (i.e., DataOutput) byte order (ByteOrder.BIG_ENDIAN).
map(FileChannel, ByteOrder) - Static method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
Creates a new mapped big list by read-only mapping a given file channel.
map(FileChannel, ByteOrder, FileChannel.MapMode) - Static method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
Creates a new mapped big list by mapping a given file channel.
maxPos - Variable in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.EarlyBindingSizeIndexBasedSpliterator
maxPos - Variable in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
The maximum IntBigSpliterators.AbstractIndexBasedSpliterator.pos can be, or -1 if it hasn't been fixed yet.
minPos - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
The minimum pos can be, and is the logical start of the "range".

N

nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 

P

peek(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
peekInt(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
pop() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
popInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
pos - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
The current position index, the index of the item to be returned after the next call to IntIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to IntBigSpliterators.AbstractIndexBasedSpliterator.tryAdvance(java.util.function.IntConsumer).
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
push(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
push(Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
remove() - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeInt(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
removeInt(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Removes the element at the specified position.
removeInt(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Removes the element at the specified position.

S

set(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
Sets the given item at the given index.
set(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
 
set(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
 
setElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
setElements(int[][]) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, int[][]) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, int[][], long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Set (hopefully quickly) elements to match the array given.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigListIterators
Returns an iterator that iterates just over the given element.
size(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use Size64.size64() instead.
size64() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntMappedBigList
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific spliterator on the elements of this big-list.
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntRandomAccessSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.

T

to - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
Final (exclusive) index of this sublist.
top() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
topInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
tryAdvance(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.ints.IntBigSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

unmodifiable(IntBigListIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigListIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
UnmodifiableBigListIterator(IntBigListIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
 
A B C E F G H I L M N P R S T U 
Skip navigation links