Class ICharList.ICharListableFromArray

java.lang.Object
org.magicwerk.brownies.collections.primitive.ICharList.ICharListableFromArray
All Implemented Interfaces:
ICharListable
Enclosing class:
ICharList

protected static class ICharList.ICharListableFromArray extends Object implements ICharListable
Wrapper to treat an array as ICharListable.
  • 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