BitArray2

Inheritance: java.lang.Object

public class BitArray2

Constructors

Constructor Description
BitArray2(int length)
BitArray2(int length, boolean defaultValue)

Methods

Method Description
equals(Object arg0)
get(int index)
getClass()
getCount()
getLength()
get_Item(int index)
hashCode()
notify()
notifyAll()
set(int index, boolean value)
setAll(boolean value)
setLength(int value)
set_Item(int index, boolean value)
toString()
toZebra()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BitArray2(int length)

public BitArray2(int length)

Parameters:

Parameter Type Description
length int

BitArray2(int length, boolean defaultValue)

public BitArray2(int length, boolean defaultValue)

Parameters:

Parameter Type Description
length int
defaultValue boolean

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

get(int index)

public boolean get(int index)

Parameters:

Parameter Type Description
index int

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCount()

public int getCount()

Returns: int

getLength()

public int getLength()

Returns: int

get_Item(int index)

public boolean get_Item(int index)

Parameters:

Parameter Type Description
index int

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

set(int index, boolean value)

public void set(int index, boolean value)

Parameters:

Parameter Type Description
index int
value boolean

setAll(boolean value)

public void setAll(boolean value)

Parameters:

Parameter Type Description
value boolean

setLength(int value)

public void setLength(int value)

Parameters:

Parameter Type Description
value int

set_Item(int index, boolean value)

public void set_Item(int index, boolean value)

Parameters:

Parameter Type Description
index int
value boolean

toString()

public String toString()

Returns: java.lang.String

toZebra()

public Int32List toZebra()

Returns: Int32List

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int