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 |
getValueAt(long index) |
long |
getVolatileValueAt(long index) |
void |
setOrderedValueAt(long index,
long value) |
void |
setValueAt(long index,
long value) |
long |
sizeInBytes(long capacity) |
long getCapacity()
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)
Copyright © 2016. All rights reserved.