Class ExpandableBooleanList
java.lang.Object
zombie.core.utils.ExpandableBooleanList
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpandableBooleanList
public ExpandableBooleanList(int width)
-
-
Method Details
-
clone
- Throws:
CloneNotSupportedException
-
clear
public void clear() -
fill
public void fill() -
getValue
public boolean getValue(int x) -
setValue
public void setValue(int x, boolean newValue) -
getWidth
public final int getWidth()
-