Class IBooleanList.IBooleanListableFromArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean[] array  
      (package private) int length  
      (package private) int offset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean get​(int index)  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • array

        boolean[] array
      • offset

        int offset
      • length

        int length
    • Constructor Detail

      • IBooleanListableFromArray

        IBooleanListableFromArray​(boolean[] array)
      • IBooleanListableFromArray

        IBooleanListableFromArray​(boolean[] array,
                                  int offset,
                                  int length)