Class ICharList.ICharListableFromArray
java.lang.Object
org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
- All Implemented Interfaces:
ICharListable
- Enclosing class:
ICharList
Wrapper to treat an array as
ICharListable
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionICharListableFromArray
(char[] array) ICharListableFromArray
(char[] array, int offset, int length) -
Method Summary
-
Field Details
-
array
char[] array -
offset
int offset -
length
int length
-
-
Constructor Details
-
ICharListableFromArray
ICharListableFromArray(char[] array) -
ICharListableFromArray
ICharListableFromArray(char[] array, int offset, int length)
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceICharListable
-
get
public char get(int index) - Specified by:
get
in interfaceICharListable
-