Package | Description |
---|---|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
com.google.gwt.soyc | |
com.google.gwt.user.client.rpc.core.java.util | |
com.google.gwt.user.server.rpc.core.java.util | |
java.util |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,CurrencyData> |
CurrencyList.dataMapJava
Map of currency codes to CurrencyData.
|
protected HashMap<String,String> |
CurrencyList.namesMapJava
Map of currency codes to localized currency names.
|
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,CurrencyData> |
CurrencyList.loadCurrencyMapJava()
Loads the currency map.
|
protected HashMap<String,String> |
CurrencyList.loadNamesMapJava()
Loads the currency names map.
|
Modifier and Type | Field and Description |
---|---|
HashMap<String,CodeCollection> |
SizeBreakdown.nameToCodeColl |
Modifier and Type | Method and Description |
---|---|
HashMap<String,HashSet<String>> |
GlobalInformation.getClassToWhatItDependsOn()
Gets the mapping from a class to what it depends on.
|
Modifier and Type | Method and Description |
---|---|
static void |
HashMap_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
HashMap instance) |
void |
HashMap_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
HashMap instance) |
static void |
HashMap_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
HashMap instance) |
void |
HashMap_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
HashMap instance) |
Modifier and Type | Method and Description |
---|---|
static void |
HashMap_ServerCustomFieldSerializer.deserialize(ServerSerializationStreamReader streamReader,
HashMap instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
HashMap_ServerCustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
HashMap instance) |
void |
HashMap_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
HashMap instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
HashMap_ServerCustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
HashMap instance) |
Modifier and Type | Class and Description |
---|---|
class |
LinkedHashMap<K,V>
Hash table implementation of the Map interface with predictable iteration
order.
|
Constructor and Description |
---|
HashSet(HashMap<E,Object> map)
Protected constructor to specify the underlying map.
|
Copyright © 2018. All rights reserved.