This class consists exclusively of static methods that operate on or
return IntCollections.
The methods of this class all throw a NullPointerException if the
provided collection is null.
version: $Revision: 1.2 $ $Date: 2003/10/27 23:21:14 $ author: Rodney Waldhoff
Returns an unmodifiable IntIterator containing only the specified element.
Parameters: value - the single value an unmodifiable IntIterator containing only the specified element.
singletonIntList
public static IntList singletonIntList(int value)(Code)
Returns an unmodifiable IntList containing only the specified element.
Parameters: value - the single value an unmodifiable IntList containing only the specified element.
Returns an unmodifiable IntListIterator containing only the specified element.
Parameters: value - the single value an unmodifiable IntListIterator containing only the specified element.