Uses of Interface
pobs.action.PCollection

Packages that use PCollection
pobs.action   
 

Uses of PCollection in pobs.action
 

Subinterfaces of PCollection in pobs.action
 interface PList
           
 interface PSet
           
 

Classes in pobs.action that implement PCollection
 class PAbstractCollection
           
 class PAbstractList
           
 class PAbstractSet
           
 class PStack
          Copies the methods of the Stackclass and implements a number of POBS actions allowing the stack to be manipulated by a parser.
 class PVector
          Implements the methods of the Abstractlist interface and the action generator methods of the interface analogue to the Vectorclass.
 

Methods in pobs.action with parameters of type PCollection
 PAction PList.addAllAction(int index, PCollection c)
           
 PAction PList.addAllAction(PNumber index, PCollection c)
           
 PAction PCollection.addAllAction(PCollection c)
           
 PAction PCollection.removeAllAction(PCollection c)
           
 PAction PCollection.retainAllAction(PCollection c)
           
 PAction PAbstractList.addAllAction(int i, PCollection c)
           
 PAction PAbstractList.addAllAction(PNumber i, PCollection c)
           
 PAction PAbstractCollection.addAllAction(PCollection c)
           
 PAction PAbstractCollection.removeAllAction(PCollection c)
           
 PAction PAbstractCollection.retainAllAction(PCollection c)