pobs.action
Class PAbstractCollection

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bypobs.action.PAbstractCollection
All Implemented Interfaces:
java.util.Collection, PCollection
Direct Known Subclasses:
PAbstractList, PAbstractSet

public abstract class PAbstractCollection
extends java.util.AbstractCollection
implements PCollection

Author:
Martijn W. van der Lee

Constructor Summary
PAbstractCollection()
           
 
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 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.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

PAbstractCollection

public PAbstractCollection()
Method Detail

addAction

public PAction addAction()
Specified by:
addAction in interface PCollection
See Also:
PCollection

addAction

public PAction addAction(java.lang.Object o)
Specified by:
addAction in interface PCollection

addAllAction

public PAction addAllAction(PCollection c)
Specified by:
addAllAction in interface PCollection

clearAction

public PAction clearAction()
Specified by:
clearAction in interface PCollection
See Also:
PCollection

removeAction

public PAction removeAction()
Specified by:
removeAction in interface PCollection
See Also:
PCollection

removeAction

public PAction removeAction(java.lang.Object o)
Specified by:
removeAction in interface PCollection
See Also:
PCollection

removeAllAction

public PAction removeAllAction(PCollection c)
Specified by:
removeAllAction in interface PCollection
See Also:
PCollection

retainAllAction

public PAction retainAllAction(PCollection c)
Specified by:
retainAllAction in interface PCollection
See Also:
PCollection