- Type Parameters:
K - -V -
- All Known Subinterfaces:
- StringDictionary<V>
public interface Dictionary<K,V>
A simple dictionary interface, that avoids overwriting java.util.Map
interface methods, and can bind to whatever native construct
best supports an Object-to-Object mapping. JSOs in javascript, HashMap in jre
Note that JSO support requires a key-transformer for everything but String;
if you want maximum runtime performance, use xapi.gwt.collect.StringToGwt,
or xapi.collect.X_Collect::newStringDictionary()
- Author:
- "James X. Nelson (james@wetheinter.net)"