public class WeakValuedMap<Key,Value> extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
WeakValuedMap.KeyedReference<Key,Value> |
Constructor and Description |
---|
WeakValuedMap() |
Modifier and Type | Method and Description |
---|---|
Value |
get(Key key) |
protected Map<Key,WeakValuedMap.KeyedReference<Key,Value>> |
newMap() |
void |
put(Key key,
Value value) |
Copyright © 2001–2015 JRuby. All rights reserved.