- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- org.jboss.weld.util.collections.ListToSet<T>
-
-
Constructor Summary
Constructors
| Constructor and Description |
ListToSet() |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
protected abstract java.util.List<T> |
delegate() |
java.util.Iterator<T> |
iterator() |
int |
size() |
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
-
-
Constructor Detail
-
ListToSet
public ListToSet()
-
Method Detail
-
size
public int size()
- Specified by:
size in interface java.util.Collection<T>
- Specified by:
size in interface java.util.Set<T>
- Specified by:
size in class java.util.AbstractCollection<T>
Copyright © 2013 Seam Framework. All Rights Reserved.