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