Package io.deephaven.base.array
Class FastBooleanArray
java.lang.Object
io.deephaven.base.array.FastBooleanArray
- All Implemented Interfaces:
Copyable<FastBooleanArray>,SafeCloneable<FastBooleanArray>,Externalizable,Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(boolean t) voidadd(boolean[] t, int startIndex, int len) voidclone()voidcopyValues(FastBooleanArray other) booleanvoidfullReset(boolean resetValue) intboolean[]voidnormalReset(boolean resetValue) voidvoidvoidremoveThisIndex(int index) toString()toStringXml(String pre) void
-
Constructor Details
-
FastBooleanArray
public FastBooleanArray() -
FastBooleanArray
public FastBooleanArray(int initialSize) -
FastBooleanArray
public FastBooleanArray(boolean[] initValues)
-
-
Method Details
-
add
public void add(boolean t) -
add
public void add(boolean[] t, int startIndex, int len) -
quickReset
public void quickReset() -
normalReset
public void normalReset(boolean resetValue) -
fullReset
public void fullReset(boolean resetValue) -
arrayReset
public void arrayReset() -
getLength
public int getLength() -
getUnsafeArray
public boolean[] getUnsafeArray() -
removeThisIndex
public void removeThisIndex(int index) -
copyValues
- Specified by:
copyValuesin interfaceCopyable<FastBooleanArray>
-
clone
-
safeClone
- Specified by:
safeClonein interfaceSafeCloneable<FastBooleanArray>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-
toStringXml
-
equals
-