|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
pobs.action.PAbstractCollection
pobs.action.PAbstractList
Constructor Summary | |
PAbstractList()
|
Method Summary | |
PAction |
addAction(int i)
|
PAction |
addAction(int i,
java.lang.Object o)
|
PAction |
addAction(PNumber i)
|
PAction |
addAction(PNumber i,
java.lang.Object o)
|
PAction |
addAllAction(int i,
PCollection c)
|
PAction |
addAllAction(PNumber i,
PCollection c)
|
PAction |
removeAction(int i)
|
PAction |
removeAction(PNumber i)
|
PAction |
setAction(int i,
java.lang.Object o)
|
PAction |
setAction(PNumber i,
java.lang.Object o)
|
Methods inherited from class pobs.action.PAbstractCollection |
addAction, addAction, addAllAction, clearAction, removeAction, removeAction, removeAllAction, retainAllAction |
Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from interface pobs.action.PCollection |
addAction, addAction, addAllAction, clearAction, removeAction, removeAction, removeAllAction, retainAllAction |
Constructor Detail |
public PAbstractList()
Method Detail |
public PAction addAction(int i)
addAction
in interface PList
public PAction addAction(int i, java.lang.Object o)
addAction
in interface PList
public PAction addAction(PNumber i)
addAction
in interface PList
public PAction addAction(PNumber i, java.lang.Object o)
addAction
in interface PList
public PAction addAllAction(int i, PCollection c)
addAllAction
in interface PList
public PAction addAllAction(PNumber i, PCollection c)
addAllAction
in interface PList
public PAction removeAction(int i)
removeAction
in interface PList
PCollection
public PAction removeAction(PNumber i)
removeAction
in interface PList
PCollection
public PAction setAction(int i, java.lang.Object o)
setAction
in interface PList
PList
public PAction setAction(PNumber i, java.lang.Object o)
setAction
in interface PList
PList
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |