Class ExpandableBooleanList

java.lang.Object
zombie.core.utils.ExpandableBooleanList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ExpandableBooleanList
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ExpandableBooleanList​(int int1)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    ExpandableBooleanList clone()  
    void fill()  
    boolean getValue​(int int1)  
    int getWidth()  
    void setValue​(int int1, boolean boolean1)  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandableBooleanList

      public ExpandableBooleanList​(int int1)
  • Method Details

    • clone

      public ExpandableBooleanList clone() throws java.lang.CloneNotSupportedException
      Overrides:
      clone in class java.lang.Object
      Throws:
      java.lang.CloneNotSupportedException
    • clear

      public void clear()
    • fill

      public void fill()
    • getValue

      public boolean getValue​(int int1)
    • setValue

      public void setValue​(int int1, boolean boolean1)
    • getWidth

      public final int getWidth()