public interface LongArrayValues
| Modifier and Type | Method and Description |
|---|---|
void |
bindValueAt(int 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) |
long 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
void bindValueAt(int index,
LongValue value)
long sizeInBytes(long capacity)
boolean isNull()
void reset()
Copyright © 2019. All rights reserved.