|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opencl.CLEventList
public final class CLEventList
Fixed size list for storing CLEvents.
Constructor Summary | |
---|---|
CLEventList(CLEvent... events)
|
|
CLEventList(int capacity)
|
Method Summary | |
---|---|
int |
capacity()
Returns the maximum size of this list. |
void |
close()
|
CLEvent |
getEvent(int index)
|
Iterator<CLEvent> |
iterator()
|
void |
release()
Releases all CLEvents in this list. |
int |
size()
Returns the current size of this list. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CLEventList(int capacity)
public CLEventList(CLEvent... events)
Method Detail |
---|
public void release()
release
in interface CLResource
public final void close() throws Exception
close
in interface AutoCloseable
Exception
public CLEvent getEvent(int index)
public int size()
public int capacity()
public Iterator<CLEvent> iterator()
iterator
in interface Iterable<CLEvent>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |