Skip navigation links
A C E F G H I L P R S T 

A

AbstractReferenceBigList<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
AbstractReferenceBigList() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
AbstractReferenceBigList.ReferenceRandomAccessSubList<K> - Class in it.unimi.dsi.fastutil.objects
 
AbstractReferenceBigList.ReferenceSubList<K> - Class in it.unimi.dsi.fastutil.objects
A class implementing a sublist view.
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
add(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
add(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
addAll(long, Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
addAll(long, ReferenceBigList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
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(ReferenceBigList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
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, ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
addAll(ReferenceList<? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][]) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
addElements(long, K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.
addElements(long, K[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Add (hopefully quickly) elements to this type-specific big list.

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns true if this list contains the specified element.

E

ensureIndex(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Ensures that the given index is nonnegative and not greater than this big-list size.
ensureRestrictedIndex(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Ensures that the given index is nonnegative and smaller than this big-list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 

F

forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
from - Variable in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
Initial (inclusive) index of this sublist.

G

get(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, Object[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
getElements(long, Object[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Copies (hopefully quickly) elements of this type-specific big list into the given big array.
getElements(long, Object[], int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Copies (hopefully quickly) elements of this type-specific big list into the given array.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns the hash code for this big list, which is identical to List.hashCode().

I

indexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific iterator on the elements of this list.

L

l - Variable in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
The list this sublist restricts.
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
listIterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.
listIterator(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific big-list iterator on this type-specific big list.
listIterator(long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific list iterator on this type-specific big list starting at a given index.

P

peek(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
pop() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
push(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 

R

ReferenceBigList<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceRandomAccessSubList(ReferenceBigList<K>, long, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceRandomAccessSubList
 
ReferenceSubList(ReferenceBigList<K>, long, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
remove(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
removeElements(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Removes (hopefully quickly) elements of this type-specific big list.
removeElements(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Removes (hopefully quickly) elements of this type-specific big list.

S

set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
setElements(long, K[][], long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
setElements(K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, K[][]) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
setElements(long, K[][], long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Set (hopefully quickly) elements to match the array given.
size(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Deprecated.
Please use Size64.size64() instead.
size64() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific spliterator on the elements of this big-list.
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceRandomAccessSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
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.objects.AbstractReferenceBigList.ReferenceSubList
Final (exclusive) index of this sublist.
top() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
A C E F G H I L P R S T 
Skip navigation links