public abstract class AbstractParallelAnyArray extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
anyIndex()
Returns the index of some element matching bound and filter
constraints, or -1 if none.
|
boolean |
isEmpty()
Returns true if there are no elements.
|
int |
size()
Returns the number of elements selected using bound or
filter restrictions.
|
public int size()
public int anyIndex()
public boolean isEmpty()