public class TSynchronizedDoubleList extends TSynchronizedDoubleCollectionimplements TDoubleList
| Constructor and Description |
|---|
TSynchronizedDoubleList(TDoubleList
|
TSynchronizedDoubleList(TDoubleList
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(double[] vals)
|
void |
add(double[] vals, int offset, int length)
|
int |
binarySearch(double value)
|
int |
binarySearch(double value, int fromIndex, int toIndex)
|
boolean |
equals(Object
|
void |
fill(double val)
|
void |
fill(int fromIndex, int toIndex, double val)
|
boolean |
forEachDescending(TDoubleProcedure
|
double |
get(int index)
|
TDoubleList |
grep(TDoubleProcedure
|
int |
hashCode()
|
int |
indexOf(double o)
|
int |
indexOf(int offset, double value)
|
void |
insert(int offset, double value)
|
void |
insert(int offset, double[] values)
|
void |
insert(int offset, double[] values, int valOffset, int len)
|
TDoubleList |
inverseGrep(TDoubleProcedure
|
int |
lastIndexOf(double o)
|
int |
lastIndexOf(int offset, double value)
|
double |
max()
|
double |
min()
|
void |
remove(int offset, int length)
|
double |
removeAt(int offset)
|
double |
replace(int offset, double val)
|
void |
reverse()
|
void |
reverse(int from, int to)
|
double |
set(int index, double element)
|
void |
set(int offset, double[] values)
|
void |
set(int offset, double[] values, int valOffset, int length)
|
void |
shuffle(Random
|
void |
sort()
|
void |
sort(int fromIndex, int toIndex)
|
TDoubleList |
subList(int fromIndex, int toIndex)
|
double |
sum()
|
double[] |
toArray(double[] dest, int offset, int len)
|
double[] |
toArray(double[] dest, int source_pos, int dest_pos, int len)
|
double[] |
toArray(int offset, int len)
|
void |
transformValues(TDoubleFunction
|
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 TSynchronizedDoubleList(TDoubleListlist)
public TSynchronizedDoubleList(TDoubleListlist, Object mutex)
public boolean equals(Objecto)
public int hashCode()
public double get(int index)
public double set(int index,
double element)public void set(int offset,
double[] values)public void set(int offset,
double[] values,
int valOffset,
int length)public double replace(int offset,
double val)public void remove(int offset,
int length)public double removeAt(int offset)
public void add(double[] vals)
public void add(double[] vals,
int offset,
int length)public void insert(int offset,
double value)public void insert(int offset,
double[] values)public void insert(int offset,
double[] values,
int valOffset,
int len)public int indexOf(double o)
public int lastIndexOf(double o)
public TDoubleListsubList(int fromIndex, int toIndex)
public double[] toArray(int offset,
int len)public double[] toArray(double[] dest,
int offset,
int len)public double[] toArray(double[] dest,
int source_pos,
int dest_pos,
int len)public int indexOf(int offset,
double value)public int lastIndexOf(int offset,
double value)public void fill(double val)
public void fill(int fromIndex,
int toIndex,
double val)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 int binarySearch(double value)
public int binarySearch(double value,
int fromIndex,
int toIndex)public TDoubleListgrep(TDoubleProcedure condition)
public TDoubleListinverseGrep(TDoubleProcedure condition)
public double max()
public double min()
public double sum()
public boolean forEachDescending(TDoubleProcedureprocedure)
public void transformValues(TDoubleFunctionfunction)