public class JoglInteractionCollection extends java.lang.Object implements java.lang.Iterable<JoglInteraction>
Constructor and Description |
---|
JoglInteractionCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(JoglInteraction ia) |
void |
clear() |
<T extends JoglInteraction> |
find(java.lang.Class<T> c) |
JoglInteraction |
get(int i) |
java.util.Iterator<JoglInteraction> |
iterator() |
java.lang.String |
printStack() |
void |
remove(JoglInteraction ia) |
int |
size() |
public void add(JoglInteraction ia)
public JoglInteraction get(int i)
public void remove(JoglInteraction ia)
public void clear()
public <T extends JoglInteraction> T find(java.lang.Class<T> c)
public int size()
public java.util.Iterator<JoglInteraction> iterator()
iterator
in interface java.lang.Iterable<JoglInteraction>
public java.lang.String printStack()