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, toStringCopyright © 2014. All Rights Reserved.