Class IBooleanList.IBooleanListableFromMult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean elem  
      (package private) int len  
    • 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

      • len

        int len
      • elem

        boolean elem
    • Constructor Detail

      • IBooleanListableFromMult

        IBooleanListableFromMult​(int len,
                                 boolean elem)