| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| Modifier and Type | Field and Description |
|---|---|
protected TDoubleArrayList |
TDoubleStack._list
the list used to hold the stack values.
|
| Modifier and Type | Method and Description |
|---|---|
TDoubleArrayList |
TDoubleArrayList.grep(TDoubleProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TDoubleArrayList |
TDoubleArrayList.inverseGrep(TDoubleProcedure
Searches the list for values which do
not satisfy
condition.
|
TDoubleArrayList |
TDoubleArrayList.subList(int begin, int end)
Returns a sublist of this list.
|