-
set(int, int) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Sets the value at the specified offset.
-
set(int, int[]) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Replace the values in the list starting at
offset with the contents of the
values array.
-
set(int, int[], int, int) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Replace the values in the list starting at
offset with
length values from the
values array, starting at valOffset.
-
shuffle(Random) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Shuffle the elements of the list using the specified random number generator.
-
size() - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Returns the number of values in the list.
-
sort() - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Sort the values in the list (ascending) using the Sun quicksort implementation.
-
sort(int, int) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Sort a slice of the list (ascending) using the Sun quicksort implementation.
-
subList(int, int) - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Returns a sublist of this list.
-
sum() - Method in interface com
.slimjars
.dist
.gnu
.trove
.list
.
TIntList
-
Calculates the sum of all the values in the list.