wt.fc.collections
Class AbstractWTCollection.PersistableCollection

java.lang.Object
  extended byjava.util.AbstractCollection
      extended bywt.fc.collections.AbstractWTCollection.PersistableCollection
All Implemented Interfaces:
Collection
Enclosing class:
AbstractWTCollection

class AbstractWTCollection.PersistableCollection
extends AbstractCollection


Constructor Summary
(package private) AbstractWTCollection.PersistableCollection()
           
 
Method Summary
 boolean add(Object o)
           
 boolean contains(Object o)
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

AbstractWTCollection.PersistableCollection

AbstractWTCollection.PersistableCollection()
Method Detail

add

public boolean add(Object o)

contains

public boolean contains(Object o)

iterator

public Iterator iterator()

remove

public boolean remove(Object o)

size

public int size()