pobs.action
Class PAbstractSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bypobs.action.PAbstractCollection
          extended bypobs.action.PAbstractSet
All Implemented Interfaces:
java.util.Collection, PCollection, PSet, java.util.Set

public abstract class PAbstractSet
extends PAbstractCollection
implements PSet

Author:
Martijn W. van der Lee

Constructor Summary
PAbstractSet()
           
 
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.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface pobs.action.PCollection
addAction, addAction, addAllAction, clearAction, removeAction, removeAction, removeAllAction, retainAllAction
 

Constructor Detail

PAbstractSet

public PAbstractSet()