- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- org.zkoss.util.CollectionsX.OneCollection<E>
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.util.Iterator<E> |
iterator() |
int |
size() |
-
Methods inherited from class java.util.AbstractCollection
add, 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 final int size()
- Specified by:
size
in interface java.util.Collection<E>
- Specified by:
size
in class java.util.AbstractCollection<E>
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.