- AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigIterator
-
- AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
-
- AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators.AbstractIndexBasedSpliterator
-
- AbstractIntBigList - Class in it.unimi.dsi.fastutil.ints
-
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
- AbstractIntBigList() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
- AbstractIntBigList.IntRandomAccessSubList - Class in it.unimi.dsi.fastutil.ints
-
- AbstractIntBigList.IntSubList - Class in it.unimi.dsi.fastutil.ints
-
A class implementing a sublist view.
- add(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
- add(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
- add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- add(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- add(long, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(long, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
- add(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
-
Add the given item at the given index.
- add(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.AbstractIndexBasedBigListIterator
-
- add(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
-
- addAll(long, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
- addAll(long, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
- addAll(long, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- addAll(long, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- addAll(long, IntBigList) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- addAll(long, IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
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, IntBigList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
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(IntBigList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
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, IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
- addAll(IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
- addElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, int[][]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, int[][], long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- addElements(long, int[][]) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, int[][], long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- asBigListIterator(IntListIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigListIterators
-
Returns a big-list iterator backed by the specified list iterator.
- i - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
-
- i - Variable in class it.unimi.dsi.fastutil.ints.IntBigListIterators.UnmodifiableBigListIterator
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
- indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
- indexOf(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Returns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.
- indexOf(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
- IntBigList - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntBigListIterators - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific iterators.
- IntBigListIterators.AbstractIndexBasedBigIterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for an iterator backed by an index based data store.
- IntBigListIterators.AbstractIndexBasedBigListIterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a list-iterator backed by an index based data store.
- IntBigListIterators.BigListIteratorListIterator - Class in it.unimi.dsi.fastutil.ints
-
A class exposing a list iterator as a big-list iterator..
- IntBigListIterators.EmptyBigListIterator - Class in it.unimi.dsi.fastutil.ints
-
A class returning no elements and a type-specific big list iterator interface.
- IntBigListIterators.UnmodifiableBigListIterator - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for big list iterators.
- IntBigSpliterators - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific spliterators on
big (potentially greater then Integer.MAX_VALUE items long).
- IntBigSpliterators() - Constructor for class it.unimi.dsi.fastutil.ints.IntBigSpliterators
-
- IntBigSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- IntBigSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- IntBigSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- IntMappedBigList - Class in it.unimi.dsi.fastutil.ints
-
A bridge between byte buffers and type-specific big lists.
- IntMappedBigList(IntBuffer[], long, boolean[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntMappedBigList
-
Creates a new mapped big list.
- IntRandomAccessSubList(IntBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntRandomAccessSubList
-
- IntSubList(IntBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
-
- it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
-
Returns a type-specific iterator on the elements of this list.
- iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
-
Returns a type-specific iterator on the elements of this list.