pobs.action
Interface PCollection

All Superinterfaces:
java.util.Collection
All Known Subinterfaces:
PList, PSet
All Known Implementing Classes:
PAbstractCollection, PAbstractList, PAbstractSet

public interface PCollection
extends java.util.Collection

Author:
Martijn W. van der Lee

Method Summary
 PAction addAction()
           
 PAction addAction(java.lang.Object o)
           
 PAction addAllAction(PCollection c)
           
 PAction clearAction()
           
 PAction removeAction()
           
 PAction removeAction(java.lang.Object o)
           
 PAction removeAllAction(PCollection c)
           
 PAction retainAllAction(PCollection c)
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

addAction

public PAction addAction()
See Also:
PCollection

addAction

public PAction addAction(java.lang.Object o)

addAllAction

public PAction addAllAction(PCollection c)

clearAction

public PAction clearAction()
See Also:
PCollection

removeAction

public PAction removeAction()
See Also:
PCollection

removeAction

public PAction removeAction(java.lang.Object o)

removeAllAction

public PAction removeAllAction(PCollection c)
See Also:
PCollection

retainAllAction

public PAction retainAllAction(PCollection c)
See Also:
PCollection