| com.google.gwt.i18n.client.impl.ConstantMap
ConstantMap | public class ConstantMap extends HashMap (Code) | | Read only Map used when returning Constants maps. Preserves
order. ConstantMap should only be created or modified by GWT, as constant
maps are constructed using a very stereotyped algorithm, which allows
ConstantMap to maintain order with very little code. In
specific, no elements are every removed from them and all elements are added
before the first user operation.
|
clear | public void clear()(Code) | | |
|
|