protected static class WeakValuedMap.KeyedReference<Key,Value> extends WeakReference<Value>
Constructor and Description |
---|
KeyedReference(Value object,
Key key,
ReferenceQueue queue) |
Modifier and Type | Method and Description |
---|---|
Key |
key() |
clear, enqueue, get, isEnqueued
public KeyedReference(Value object, Key key, ReferenceQueue queue)
public Key key()
Copyright © 2001–2015 JRuby. All rights reserved.