public class BBooleanArray extends BNewArray
arrayType, maxArraySize, size
Constructor and Description |
---|
BBooleanArray() |
BBooleanArray(int size) |
BBooleanArray(int[] values) |
Modifier and Type | Method and Description |
---|---|
void |
add(long index,
int value) |
BValue |
copy()
Deep copy
BValue . |
int |
get(long index) |
BValue |
getBValue(long index) |
BType |
getType() |
void |
grow(int newLength) |
String |
stringValue() |
ensureCapacity, newArrayInstance, newIterator, prepareForAdd, rangeCheck, rangeCheckForGet, resetSize, size, value
public BBooleanArray(int[] values)
public BBooleanArray()
public BBooleanArray(int size)
public void add(long index, int value)
public int get(long index)
public BType getType()
public BValue copy()
BValue
BValue
.BValue
public String stringValue()
stringValue
in interface BValue
stringValue
in class BNewArray
Copyright © 2018 WSO2. All rights reserved.