Package org.zkoss.util
Class CollectionsX.ArrayCollection<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- org.zkoss.util.CollectionsX.ArrayCollection<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
- Enclosing class:
- CollectionsX
public static final class CollectionsX.ArrayCollection<E> extends java.util.AbstractCollection<E>
An readonly collection on top of an array.
-
-
Constructor Summary
Constructors Constructor Description ArrayCollection(java.lang.Object[] ary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-