Package zombie.core.utils
Class ExpandableBooleanList
java.lang.Object
zombie.core.utils.ExpandableBooleanList
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExpandableBooleanList
public ExpandableBooleanList(int int1)
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
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()
-