This class consists exclusively of static methods that operate on or
return CharCollections.
The methods of this class all throw a NullPoCharerException if the
provided collection is null.
version: $Revision: 1.1 $ $Date: 2003/10/29 19:20:08 $ author: Rodney Waldhoff
Returns an unmodifiable CharIterator containing only the specified element.
Parameters: value - the single value an unmodifiable CharIterator containing only the specified element.
singletonCharList
public static CharList singletonCharList(char value)(Code)
Returns an unmodifiable CharList containing only the specified element.
Parameters: value - the single value an unmodifiable CharList containing only the specified element.
Returns an unmodifiable CharListIterator containing only the specified element.
Parameters: value - the single value an unmodifiable CharListIterator containing only the specified element.
Returns an unmodifiable version of the given non-null CharIterator.
Parameters: iter - the non-null CharIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null CharIterator throws: NullPoCharerException - if the given CharIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator.wrap
Returns an unmodifiable version of the given non-null CharList.
Parameters: list - the non-null CharList to wrap in an unmodifiable decorator an unmodifiable version of the given non-null CharList throws: NullPoCharerException - if the given CharList is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableCharList.wrap
Returns an unmodifiable version of the given non-null CharListIterator.
Parameters: iter - the non-null CharListIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null CharListIterator throws: NullPoCharerException - if the given CharListIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableCharListIterator.wrap