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 |
---|---|
void |
clear() |
Value |
get(Key key) |
protected java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> |
newMap()
Construct the backing store map for this WeakValuedMap.
|
void |
put(Key key,
Value value) |
int |
size() |
public void clear()
public int size()
protected java.util.Map<Key,WeakValuedMap.KeyedReference<Key,Value>> newMap()
Copyright © 2001-2017 JRuby. All Rights Reserved.