public class LazySet<T> extends AbstractSet<T>
Modifier and Type | Field and Description |
---|---|
protected Collection<?> |
other |
protected TopicMapImpl |
tm |
Constructor and Description |
---|
LazySet(TopicMapImpl tm,
Collection<?> other) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected TopicMapImpl tm
protected Collection<?> other
public LazySet(TopicMapImpl tm, Collection<?> other)
public int size()
size
in interface Collection<T>
size
in interface Set<T>
size
in class AbstractCollection<T>
public boolean remove(Object o)
remove
in interface Collection<T>
remove
in interface Set<T>
remove
in class AbstractCollection<T>