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
Copyright © 2013 Seam Framework. All Rights Reserved.