Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.util.msg | |
com.google.gwt.text.client |
Classes for parsing and rendering numbers, dates, and times.
|
com.google.gwt.user.client.rpc.core.java.lang | |
java.lang |
Modifier and Type | Method and Description |
---|---|
void |
MinimalRebuildCache.recordDiskSourceResources(Map<String,Long> currentModifiedByDiskSourcePath)
Records the paths and modification dates of source resources in the current compile and builds
a list of known modified paths by comparing the paths and modification dates of source
resources in the previous compile with those of the current compile.
|
void |
NullRebuildCache.recordDiskSourceResources(Map<String,Long> currentModifiedByDiskSourcePath) |
Modifier and Type | Method and Description |
---|---|
protected Formatter |
Message.getFormatter(Long l) |
Modifier and Type | Method and Description |
---|---|
Long |
LongParser.parse(CharSequence object) |
Modifier and Type | Method and Description |
---|---|
static Parser<Long> |
LongParser.instance()
Returns the instance of the no-op renderer.
|
static Renderer<Long> |
LongRenderer.instance()
Returns the instance.
|
Modifier and Type | Method and Description |
---|---|
String |
LongRenderer.render(Long object) |
Modifier and Type | Method and Description |
---|---|
static Long |
Long_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Long |
Long_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Long_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Long instance) |
void |
Long_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Long instance) |
static void |
Long_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Long instance) |
void |
Long_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Long instance) |
Modifier and Type | Field and Description |
---|---|
static Class<Long> |
Long.TYPE |
Modifier and Type | Method and Description |
---|---|
static Long |
Long.decode(String s) |
static Long |
Long.valueOf(long i) |
static Long |
Long.valueOf(String s) |
static Long |
Long.valueOf(String s,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
Long.compareTo(Long b) |
Copyright © 2018. All rights reserved.