- AbstractByteBigList - Class in it.unimi.dsi.fastutil.bytes
-
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
- AbstractByteBigList() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
- AbstractByteBigList.ByteRandomAccessSubList - Class in it.unimi.dsi.fastutil.bytes
-
- AbstractByteBigList.ByteSubList - Class in it.unimi.dsi.fastutil.bytes
-
A class implementing a sublist view.
- AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigIterator
-
- AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
-
- AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigSpliterators.AbstractIndexBasedSpliterator
-
- add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
- add(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
- add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- add(long, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(long, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
- add(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
-
Add the given item at the given index.
- add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.AbstractIndexBasedBigListIterator
-
- add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
-
- addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
- addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
- addAll(long, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- addAll(long, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- addAll(long, ByteBigList) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- addAll(long, ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
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, ByteBigList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
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(ByteBigList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
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, ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
- addAll(ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
- addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, byte[][]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, byte[][], long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
-
- addElements(long, byte[][]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, byte[][], long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- asBigListIterator(ByteListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
-
Returns a big-list iterator backed by the specified list iterator.