Class ICharList.ICharListableFromList
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromList
-
- All Implemented Interfaces:
ICharListable
- Enclosing class:
- ICharList
protected static class ICharList.ICharListableFromList extends java.lang.Object implements ICharListable
Wrapper to treat aList
asICharListable
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Character>
list
-
Constructor Summary
Constructors Constructor Description ICharListableFromList(java.util.List<java.lang.Character> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
get(int index)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceICharListable
-
get
public char get(int index)
- Specified by:
get
in interfaceICharListable
-
-