public class TUnmodifiableIntList extends TUnmodifiableIntCollectionimplements TIntList
| Constructor and Description |
|---|
TUnmodifiableIntList(TIntList
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int[] vals)
|
void |
add(int[] vals, int offset, int length)
|
int |
binarySearch(int value)
|
int |
binarySearch(int value, int fromIndex, int toIndex)
|
boolean |
equals(Object
|
void |
fill(int val)
|
void |
fill(int fromIndex, int toIndex, int val)
|
boolean |
forEachDescending(TIntProcedure
|
int |
get(int index)
|
TIntList |
grep(TIntProcedure
|
int |
hashCode()
|
int |
indexOf(int o)
|
int |
indexOf(int offset, int value)
|
void |
insert(int offset, int value)
|
void |
insert(int offset, int[] values)
|
void |
insert(int offset, int[] values, int valOffset, int len)
|
TIntList |
inverseGrep(TIntProcedure
|
int |
lastIndexOf(int o)
|
int |
lastIndexOf(int offset, int value)
|
int |
max()
|
int |
min()
|
void |
remove(int offset, int length)
|
int |
removeAt(int offset)
|
int |
replace(int offset, int val)
|
void |
reverse()
|
void |
reverse(int from, int to)
|
int |
set(int offset, int val)
|
void |
set(int offset, int[] values)
|
void |
set(int offset, int[] values, int valOffset, int length)
|
void |
shuffle(Random
|
void |
sort()
|
void |
sort(int fromIndex, int toIndex)
|
TIntList |
subList(int fromIndex, int toIndex)
|
int |
sum()
|
int[] |
toArray(int[] dest, int offset, int len)
|
int[] |
toArray(int[] dest, int source_pos, int dest_pos, int len)
|
int[] |
toArray(int offset, int len)
|
void |
transformValues(TIntFunction
|
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, clear, contains, forEach, getNoEntryValue, isEmpty, remove, size, toArray, toArrayaddAll, addAll, addAll, containsAll, containsAll, containsAll, iterator, removeAll, removeAll, removeAll, retainAll, retainAll, retainAllpublic TUnmodifiableIntList(TIntListlist)
public boolean equals(Objecto)
public int hashCode()
public int get(int index)
public int indexOf(int o)
public int lastIndexOf(int o)
public int[] toArray(int offset,
int len)public int[] toArray(int[] dest,
int offset,
int len)public int[] toArray(int[] dest,
int source_pos,
int dest_pos,
int len)public boolean forEachDescending(TIntProcedureprocedure)
public int binarySearch(int value)
public int binarySearch(int value,
int fromIndex,
int toIndex)public int indexOf(int offset,
int value)public int lastIndexOf(int offset,
int value)public TIntListgrep(TIntProcedure condition)
public TIntListinverseGrep(TIntProcedure condition)
public int max()
public int min()
public int sum()
public TIntListsubList(int fromIndex, int toIndex)
public void add(int[] vals)
public void add(int[] vals,
int offset,
int length)public int removeAt(int offset)
public void remove(int offset,
int length)public void insert(int offset,
int value)public void insert(int offset,
int[] values)public void insert(int offset,
int[] values,
int valOffset,
int len)public int set(int offset,
int val)public void set(int offset,
int[] values)public void set(int offset,
int[] values,
int valOffset,
int length)public int replace(int offset,
int val)public void transformValues(TIntFunctionfunction)
public void reverse()
public void reverse(int from,
int to)public void shuffle(Randomrand)
public void sort()
public void sort(int fromIndex,
int toIndex)public void fill(int val)
public void fill(int fromIndex,
int toIndex,
int val)