pobs.action
Class PAbstractList

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

public abstract class PAbstractList
extends PAbstractCollection
implements PList

Author:
Martijn W. van der Lee

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

PAbstractList

public PAbstractList()
Method Detail

addAction

public PAction addAction(int i)
Specified by:
addAction in interface PList

addAction

public PAction addAction(int i,
                         java.lang.Object o)
Specified by:
addAction in interface PList

addAction

public PAction addAction(PNumber i)
Specified by:
addAction in interface PList

addAction

public PAction addAction(PNumber i,
                         java.lang.Object o)
Specified by:
addAction in interface PList

addAllAction

public PAction addAllAction(int i,
                            PCollection c)
Specified by:
addAllAction in interface PList

addAllAction

public PAction addAllAction(PNumber i,
                            PCollection c)
Specified by:
addAllAction in interface PList

removeAction

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

removeAction

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

setAction

public PAction setAction(int i,
                         java.lang.Object o)
Specified by:
setAction in interface PList
See Also:
PList

setAction

public PAction setAction(PNumber i,
                         java.lang.Object o)
Specified by:
setAction in interface PList
See Also:
PList