public interface IManagedArray<T> extends IArraySlice<T>
Modifier and Type | Method and Description |
---|---|
int |
capacity()
Return the capacity of the backing buffer.
|
void |
ensureCapacity(int capacity)
Ensure that the buffer capacity is a least capacity total values.
|
int capacity()
void ensureCapacity(int capacity)
capacity
- The minimum #of values in the buffer.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.