- AbstractDoubleBigList - Class in it.unimi.dsi.fastutil.doubles
-
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
- AbstractDoubleBigList() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
- AbstractDoubleBigList.DoubleRandomAccessSubList - Class in it.unimi.dsi.fastutil.doubles
-
- AbstractDoubleBigList.DoubleSubList - Class in it.unimi.dsi.fastutil.doubles
-
A class implementing a sublist view.
- AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.AbstractIndexBasedBigIterator
-
- AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.AbstractIndexBasedBigListIterator
-
- AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigSpliterators.AbstractIndexBasedSpliterator
-
- add(long, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
- add(long, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
- add(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- add(long, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- add(long, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(long, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
- add(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.AbstractIndexBasedBigListIterator
-
Add the given item at the given index.
- add(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.AbstractIndexBasedBigListIterator
-
- add(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.BigListIteratorListIterator
-
- addAll(long, Collection<? extends Double>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Double>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
- addAll(long, DoubleCollection) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(DoubleCollection) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
- addAll(long, Collection<? extends Double>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- addAll(long, DoubleCollection) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- addAll(long, DoubleBigList) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- addAll(long, DoubleCollection) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
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, DoubleBigList) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
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(DoubleBigList) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
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, DoubleList) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
- addAll(DoubleList) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
- addElements(long, double[][], long, long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, double[][]) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, double[][], long, long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
-
- addElements(long, double[][]) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, double[][], long, long) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- asBigListIterator(DoubleListIterator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators
-
Returns a big-list iterator backed by the specified list iterator.