- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- com.sun.faces.component.visit.PartialVisitContext.CollectionProxy<E>
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private java.util.Collection<E> |
wrapped |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
add(E o) |
java.util.Iterator<E> |
iterator() |
int |
size() |
-
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
equals, hashCode
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interface java.util.Collection<E extends java.lang.String>
- Specified by:
size
in class java.util.AbstractCollection<E extends java.lang.String>
-
add
public boolean add(E o)
- Specified by:
add
in interface java.util.Collection<E extends java.lang.String>
- Overrides:
add
in class java.util.AbstractCollection<E extends java.lang.String>
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.