Class IBooleanList.IBooleanListableFromArray

java.lang.Object
org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromArray
All Implemented Interfaces:
IBooleanListable
Enclosing class:
IBooleanList

protected static class IBooleanList.IBooleanListableFromArray extends Object implements IBooleanListable
Wrapper to treat an array as IBooleanListable.
  • Field Details

    • array

      boolean[] array
    • offset

      int offset
    • length

      int length
  • Constructor Details

    • IBooleanListableFromArray

      IBooleanListableFromArray(boolean[] array)
    • IBooleanListableFromArray

      IBooleanListableFromArray(boolean[] array, int offset, int length)
  • Method Details