Class ExpandableBooleanList
java.lang.Object
zombie.core.utils.ExpandableBooleanList
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExpandableBooleanList
public ExpandableBooleanList(int _width) C'tor
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- 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()- Returns:
- the width
-