Class ICharList.ICharListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromCollection
Enclosing class:
ICharList

protected static class ICharList.ICharListableFromCollection extends Object
Wrapper to treat a Collection as ICharListable.

Note that the implementation relies on the fact that the elements are only accessed sequentially.

Author:
Thomas Mauch
  • Method Details

    • size

      public int size()
    • get

      public char get(int index)