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, warnAndCloseIfNotClosed
isClosed, isClosing, throwExceptionIfClosed
long getCapacity() throws IllegalStateException
IllegalStateException
long getUsed() throws IllegalStateException, BufferUnderflowException
void setMaxUsed(long usedAtLeast) throws IllegalStateException, BufferUnderflowException
int getValueAt(long index) throws IllegalStateException, BufferUnderflowException
void setValueAt(long index, int value) throws IllegalStateException, BufferOverflowException
int getVolatileValueAt(long index) throws IllegalStateException, BufferUnderflowException
void setOrderedValueAt(long index, int value) throws IllegalStateException, BufferOverflowException
boolean compareAndSet(long index, int expected, int value) throws IllegalStateException, BufferOverflowException
void bindValueAt(long index, IntValue value) throws IllegalStateException, BufferOverflowException, IllegalArgumentException
long sizeInBytes(long capacity) throws IllegalStateException
IllegalStateException
boolean isNull() throws IllegalStateException
IllegalStateException
void reset() throws IllegalStateException
IllegalStateException
Copyright © 2021. All rights reserved.