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