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, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2016. All rights reserved.