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, removeAlladd, addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected 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>