de.uka.ipd.consensus.impl
Class TM4JCollectionWrapperSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byde.uka.ipd.consensus.impl.TM4JCollectionWrapperSet
All Implemented Interfaces:
Collection, Set

public class TM4JCollectionWrapperSet
extends AbstractSet

TODO

Version:
2006-06-14
Author:
Thomas Much

Method Summary
static Collection getInstance(OntologyManagerImpl omi, Collection src)
           
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Method Detail

getInstance

public static Collection getInstance(OntologyManagerImpl omi,
                                     Collection src)

iterator

public Iterator iterator()

size

public int size()