Package | Description |
---|---|
org.apache.river.collection |
Various collection classes used internally by code in
org.apache.river classes. |
Modifier and Type | Class and Description |
---|---|
static class |
WeakSoftTable.SoftValue
A value that maintains a soft reference to an object.
|
static class |
WeakSoftTable.WeakKey
A key that maintains a weak reference to an object which should be
compared by object identity.
|
Modifier and Type | Method and Description |
---|---|
WeakSoftTable.RemovableReference |
WeakSoftTable.RemovableReference.copy(ReferenceQueue queue)
Returns a copy of this instance registered with the specified queue.
|
WeakSoftTable.RemovableReference |
WeakSoftTable.WeakKey.copy(ReferenceQueue queue) |
WeakSoftTable.RemovableReference |
WeakSoftTable.SoftValue.copy(ReferenceQueue queue) |
Copyright © 2016–2018. All rights reserved.