Interface ICharListable
-
- All Known Implementing Classes:
CharBigList
,CharBigList.CharBlock
,CharBigList.ReadOnlyCharBigList
,CharGapList
,CharGapList.ReadOnlyList
,ICharList
,ICharList.ICharListableFromArray
,ICharList.ICharListableFromCollection
,ICharList.ICharListableFromList
,ICharList.ICharListableFromMult
interface ICharListable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
get(int index)
int
size()
-