Package | Description |
---|---|
org.apache.river.collection |
Various collection classes used internally by code in
org.apache.river classes. |
Class and Description |
---|
WeakSoftTable.RemovableReference
Implemented by classes to permit copying instances into reference queues
when they are added to the table and to remove them from the table when
the references are cleared.
|
WeakSoftTable.SoftValue
A value that maintains a soft reference to an object.
|
WeakSoftTable.WeakKey
A key that maintains a weak reference to an object which should be
compared by object identity.
|
WeakTable.KeyGCHandler
Handler for clients that need to know when a key is removed
from the table because it has been collected.
|
Copyright © 2016–2018. All rights reserved.