Class ICharList.ICharListableFromArray
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
-
- All Implemented Interfaces:
ICharListable
- Enclosing class:
- ICharList
protected static class ICharList.ICharListableFromArray extends java.lang.Object implements ICharListable
Wrapper to treat an array asICharListable.
-
-
Constructor Summary
Constructors Constructor Description ICharListableFromArray(char[] array)ICharListableFromArray(char[] array, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charget(int index)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceICharListable
-
get
public char get(int index)
- Specified by:
getin interfaceICharListable
-
-