Class ICharList.ICharListableFromList
java.lang.Object
org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
- All Implemented Interfaces:
ICharListable
- Enclosing class:
ICharList
Wrapper to treat a
List
as ICharListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
-
Constructor Details
-
ICharListableFromList
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceICharListable
-
get
public char get(int index) - Specified by:
get
in interfaceICharListable
-