public interface ReferenceManager<T>
ReferenceCounted objects.| Modifier and Type | Method and Description |
|---|---|
void |
release(T reference)
Releases the given reference.
|
void release(T reference)
This method should be called with a ReferenceCounted object that contains no
additional references. This allows, for instance, pools to recycle dereferenced objects.
reference - The reference to release.Copyright © 2013–2017. All rights reserved.