edu.buffalo.nsf.xmlcqa.tree
Class LazyCloneCM.CollectionConcat

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byedu.buffalo.nsf.xmlcqa.tree.LazyCloneCM.CollectionConcat
All Implemented Interfaces:
java.util.Collection
Enclosing class:
LazyCloneCM

public class LazyCloneCM.CollectionConcat
extends java.util.AbstractCollection


Constructor Summary
LazyCloneCM.CollectionConcat()
           
LazyCloneCM.CollectionConcat(LazyCloneCM.CollectionConcat col)
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection col)
           
 LazyCloneCM.CollectionConcat cut(LazyCloneCM.CollectionConcat col)
           
 java.util.Iterator iterator()
           
 void nextSession()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
clear, contains, containsAll, isEmpty, remove, 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

LazyCloneCM.CollectionConcat

public LazyCloneCM.CollectionConcat()

LazyCloneCM.CollectionConcat

public LazyCloneCM.CollectionConcat(LazyCloneCM.CollectionConcat col)
Method Detail

add

public boolean add(java.lang.Object o)

addAll

public boolean addAll(java.util.Collection col)

cut

public LazyCloneCM.CollectionConcat cut(LazyCloneCM.CollectionConcat col)

iterator

public java.util.Iterator iterator()

nextSession

public void nextSession()

size

public int size()