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)
void setValueAt(long index, int value)
int getVolatileValueAt(long index)
void setOrderedValueAt(long index, int value)
boolean compareAndSet(long index, int expected, int value)
void bindValueAt(long index, IntValue value)
long sizeInBytes(long capacity)
boolean isNull()
void reset()
Copyright © 2021. All rights reserved.