|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectextra166y.AbstractParallelAnyArray
public abstract class AbstractParallelAnyArray
Abstract class serving as the basis of parallel array classes across types.
Method Summary | |
---|---|
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()
Return the number of elements selected using bound or filter restrictions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public int anyIndex()
public boolean isEmpty()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |