public interface LongArrayValues extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
bindValueAt(int index,
LongValue value) |
void |
bindValueAt(long index,
LongValue value) |
boolean |
compareAndSet(long index,
long expected,
long value) |
long |
getCapacity() |
long |
getUsed() |
long |
getValueAt(long index) |
long |
getVolatileValueAt(long index) |
boolean |
isNull() |
void |
reset() |
void |
setMaxUsed(long usedAtLeast) |
void |
setOrderedValueAt(long index,
long value) |
void |
setValueAt(long index,
long value) |
long |
sizeInBytes(long capacity) |
close, closeQuietly, closeQuietly, notifyClosingisClosed, isClosing, throwExceptionIfClosedlong getCapacity()
long getUsed()
void setMaxUsed(long usedAtLeast)
long getValueAt(long index)
throws BufferUnderflowException
BufferUnderflowExceptionvoid setValueAt(long index,
long value)
throws IllegalArgumentException,
BufferOverflowException
long getVolatileValueAt(long index)
throws BufferUnderflowException
BufferUnderflowExceptionvoid setOrderedValueAt(long index,
long value)
throws IllegalArgumentException,
BufferOverflowException
boolean compareAndSet(long index,
long expected,
long value)
throws IllegalArgumentException,
BufferOverflowException
default void bindValueAt(int index,
LongValue value)
void bindValueAt(long index,
LongValue value)
long sizeInBytes(long capacity)
boolean isNull()
void reset()
Copyright © 2020. All rights reserved.