public final class UnmodifiableListSet<E> extends AbstractSet<E>
| Constructor and Description |
|---|
UnmodifiableListSet(List<E> backingList) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator()
Required implementation that returns an iterator.
|
int |
size() |
equals, hashCode, removeAlladd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Iterator<E> iterator()
public int size()
size in interface Collection<E>size in interface Set<E>size in class AbstractCollection<E>Copyright © 2025. All rights reserved.