org.apache.lucene.util.Accountable, java.lang.AutoCloseable, BigArray, java.io.Closeable, Releasablepublic interface ObjectArray<T> extends BigArray
| Modifier and Type | Method | Description |
|---|---|---|
T |
get(long index) |
Get an element given its index.
|
T |
set(long index,
T value) |
Set a value at the given index and return the previous value.
|
close