- AbstractFloatBigList - Class in it.unimi.dsi.fastutil.floats
-
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
- AbstractFloatBigList() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
- AbstractFloatBigList.FloatRandomAccessSubList - Class in it.unimi.dsi.fastutil.floats
-
- AbstractFloatBigList.FloatSubList - Class in it.unimi.dsi.fastutil.floats
-
A class implementing a sublist view.
- AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigListIterators.AbstractIndexBasedBigIterator
-
- AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigListIterators.AbstractIndexBasedBigListIterator
-
- AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigSpliterators.AbstractIndexBasedSpliterator
-
- add(long, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
- add(long, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
- add(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- add(long, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- add(long, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(long, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
- add(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.AbstractIndexBasedBigListIterator
-
Add the given item at the given index.
- add(float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.AbstractIndexBasedBigListIterator
-
- add(float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.BigListIteratorListIterator
-
- addAll(long, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
- addAll(long, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
- addAll(long, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- addAll(long, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- addAll(long, FloatBigList) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- addAll(long, FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
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, FloatBigList) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
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(FloatBigList) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
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, FloatList) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
- addAll(FloatList) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
- addElements(long, float[][], long, long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, float[][]) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, float[][], long, long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
-
- addElements(long, float[][]) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, float[][], long, long) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- asBigListIterator(FloatListIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators
-
Returns a big-list iterator backed by the specified list iterator.