Package | Description |
---|---|
org.apache.cassandra.utils |
Modifier and Type | Method and Description |
---|---|
DynamicList.Node<E> |
DynamicList.append(E value) |
DynamicList.Node<E> |
DynamicList.append(E value,
int maxSize) |
DynamicList.Node<E> |
LockedDynamicList.append(E value,
int maxSize) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicList.remove(DynamicList.Node<E> node) |
void |
LockedDynamicList.remove(DynamicList.Node<E> node) |
Copyright © 2017 The Apache Software Foundation