Package | Description |
---|---|
org.apache.river.collection |
Various collection classes used internally by code in
org.apache.river classes. |
Modifier and Type | Method and Description |
---|---|
WeakSoftTable.SoftValue |
WeakSoftTable.get(WeakSoftTable.WeakKey key,
int index)
Returns the value associated with the specified key and index, or null
if not found.
|
WeakSoftTable.SoftValue |
WeakSoftTable.remove(WeakSoftTable.WeakKey key,
int index)
Removes and returns the index'th value associated with the specified
key.
|
Modifier and Type | Method and Description |
---|---|
void |
WeakSoftTable.add(WeakSoftTable.WeakKey key,
WeakSoftTable.SoftValue value)
Associates an additional value with the specified key.
|
Constructor and Description |
---|
SoftValue(WeakSoftTable.SoftValue softValue,
ReferenceQueue queue)
Creates a copy of the value registered with the queue.
|
Copyright © 2016–2018. All rights reserved.