public class WeakValuedMap<Key,Value>
extends java.lang.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 java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> |
newMap() |
void |
put(Key key,
Value value) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.