- 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.