net.ontopia.topicmaps.impl.tmapi2
Class LazySet<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
net.ontopia.topicmaps.impl.tmapi2.LazySet<T>
- All Implemented Interfaces:
- Iterable<T>, Collection<T>, Set<T>
public class LazySet<T>
- extends AbstractSet<T>
INTERNAL: OKS->TMAPI object wrapper.
tm
protected TopicMapImpl tm
other
protected Collection<?> other
LazySet
public LazySet(TopicMapImpl tm,
Collection<?> other)
iterator
public Iterator<T> iterator()
- Specified by:
iterator
in interface Iterable<T>
- Specified by:
iterator
in interface Collection<T>
- Specified by:
iterator
in interface Set<T>
- Specified by:
iterator
in class AbstractCollection<T>
size
public int size()
- Specified by:
size
in interface Collection<T>
- Specified by:
size
in interface Set<T>
- Specified by:
size
in class AbstractCollection<T>
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection<T>
- Specified by:
remove
in interface Set<T>
- Overrides:
remove
in class AbstractCollection<T>
Copyright © 2000-2012 Ontopia.