net.ontopia.topicmaps.impl.tmapi2
Class LazySet<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by net.ontopia.topicmaps.impl.tmapi2.LazySet<T>
All Implemented Interfaces:
java.lang.Iterable<T>, java.util.Collection<T>, java.util.Set<T>

public class LazySet<T>
extends java.util.AbstractSet<T>

INTERNAL: OKS->TMAPI object wrapper.


Field Summary
protected  java.util.Collection<?> other
           
protected  TopicMapImpl tm
           
 
Constructor Summary
LazySet(TopicMapImpl tm, java.util.Collection<?> other)
           
 
Method Summary
 java.util.Iterator<T> iterator()
           
 boolean remove(java.lang.Object o)
           
 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, 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, retainAll, toArray, toArray
 

Field Detail

tm

protected TopicMapImpl tm

other

protected java.util.Collection<?> other
Constructor Detail

LazySet

public LazySet(TopicMapImpl tm,
               java.util.Collection<?> other)
Method Detail

iterator

public java.util.Iterator<T> iterator()
Specified by:
iterator in interface java.lang.Iterable<T>
Specified by:
iterator in interface java.util.Collection<T>
Specified by:
iterator in interface java.util.Set<T>
Specified by:
iterator in class java.util.AbstractCollection<T>

size

public int size()
Specified by:
size in interface java.util.Collection<T>
Specified by:
size in interface java.util.Set<T>
Specified by:
size in class java.util.AbstractCollection<T>

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection<T>
Specified by:
remove in interface java.util.Set<T>
Overrides:
remove in class java.util.AbstractCollection<T>


Copyright © 2000-2012 Ontopia.