This class consists exclusively of static methods that operate on or
return LongCollections.
The methods of this class all throw a NullPoLongerException if the
provided collection is null.
version: $Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $ author: Rodney Waldhoff
Returns an unmodifiable LongIterator containing only the specified element.
Parameters: value - the single value an unmodifiable LongIterator containing only the specified element.
singletonLongList
public static LongList singletonLongList(long value)(Code)
Returns an unmodifiable LongList containing only the specified element.
Parameters: value - the single value an unmodifiable LongList containing only the specified element.
Returns an unmodifiable LongListIterator containing only the specified element.
Parameters: value - the single value an unmodifiable LongListIterator containing only the specified element.
Returns an unmodifiable version of the given non-null LongIterator.
Parameters: iter - the non-null LongIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null LongIterator throws: NullPoLongerException - if the given LongIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableLongIterator.wrap
Returns an unmodifiable version of the given non-null LongList.
Parameters: list - the non-null LongList to wrap in an unmodifiable decorator an unmodifiable version of the given non-null LongList throws: NullPoLongerException - if the given LongList is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableLongList.wrap
Returns an unmodifiable version of the given non-null LongListIterator.
Parameters: iter - the non-null LongListIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null LongListIterator throws: NullPoLongerException - if the given LongListIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableLongListIterator.wrap