public abstract class ListToSet<T> extends AbstractSet<T>
List. Modification of the underlying list is not supported.| Constructor and Description |
|---|
ListToSet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<T> |
delegate() |
Iterator<T> |
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, streamCopyright © 2015. All Rights Reserved.