| com.google.gwt.user.client.ui.FastStringMap
FastStringMap | class FastStringMap extends AbstractMap (Code) | | Special-case Map implementation which imposes limits on the types of keys
that can be used in return for much faster speed. In specific, only strings
that could be added to a JavaScript object as keys are valid.
|
FastStringMap | public FastStringMap()(Code) | | |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object arg0)(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
size | native public int size()(Code) | | |
|
|