Package gnu.mapping
Class Table2D
java.lang.Object
gnu.mapping.Table2D
Maps 2 objects to another.
Uses a weak references to each key, unless it is null or a Symbol.
This should at some point be merged with SimpleEnvironment. FIXME.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Table2D
boolean
protected gnu.mapping.Entry
protected Object
wrapReference
(Object key)
-
Constructor Details
-
Table2D
public Table2D() -
Table2D
public Table2D(int capacity)
-
-
Method Details
-
getInstance
-
get
-
isBound
-
put
-
remove
-
remove
-
remove
-
lookup
-
wrapReference
-