java.lang.ObjectThis class consists exclusively of static methods that operate on or return IntCollections.org.apache.commons.collections.primitives.IntCollections
The methods of this class all throw a NullPointerException if the provided collection is null.
$ - Revision: 1.2 $ $Date: 2003/10/27 23:21:14 $Rodney - Waldhoff| Field Summary | ||
|---|---|---|
| public static final IntList | EMPTY_INT_LIST | An unmodifiable, empty IntList
|
| public static final IntIterator | EMPTY_INT_ITERATOR | An unmodifiable, empty IntIterator
|
| public static final IntListIterator | EMPTY_INT_LIST_ITERATOR | An unmodifiable, empty IntListIterator
|
| Method from org.apache.commons.collections.primitives.IntCollections Summary: |
|---|
| getEmptyIntIterator, getEmptyIntList, getEmptyIntListIterator, singletonIntIterator, singletonIntList, singletonIntListIterator, unmodifiableIntIterator, unmodifiableIntList, unmodifiableIntListIterator |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.collections.primitives.IntCollections Detail: |
|---|
|
|
|
|
|
|
|
|
|