|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.phys2d.raw.ArbiterList
A typed list of Arbiter
| Method Summary | |
void |
clear()
Remove all the elements from the list |
boolean |
contains(Arbiter arb)
Check if an arbiter is contained within a list |
Arbiter |
get(int i)
Get an arbiter at a specified index |
int |
indexOf(Arbiter arbiter)
Return the index of a particular arbiter in the list |
int |
size()
Get the size of the list |
| 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 indexOf(Arbiter arbiter)
arbiter - The arbiter to search for
public Arbiter get(int i)
i - The index of arbiter to retrieve
public void clear()
public boolean contains(Arbiter arb)
arb - The arbiter to check for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||