| Package | Description |
|---|---|
| gnu.trove |
| Modifier and Type | Field and Description |
|---|---|
protected TIntArrayList |
TIntStack._list
the list used to hold the stack values.
|
| Modifier and Type | Method and Description |
|---|---|
TIntArrayList |
TIntArrayList.grep(TIntProcedure condition)
Searches the list for values satisfying condition in
the manner of the *nix grep utility.
|
TIntArrayList |
TIntArrayList.inverseGrep(TIntProcedure condition)
Searches the list for values which do not satisfy
condition.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.