Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.codeserver | |
com.google.gwt.dev.util.log | |
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 | |
java.util | |
java.util.stream |
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 |
---|---|
SortedMap<String,Long> |
JobEvent.getMetricMap()
Returns the amounts of performance-related metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.Builder.setMetricMap(Map<String,Long> nameToMetric)
Sets a map containing metrics used for understanding compiler performance.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.thirdparty.guava.common.collect.ImmutableSortedMap<String,Long> |
MetricMap.getSnapshot() |
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) |
Modifier and Type | Method and Description |
---|---|
default Long |
PrimitiveIterator.OfLong.next() |
Modifier and Type | Method and Description |
---|---|
default void |
Spliterator.OfLong.forEachRemaining(Consumer<? super Long> consumer) |
default void |
PrimitiveIterator.OfLong.forEachRemaining(Consumer<? super Long> consumer) |
default boolean |
Spliterator.OfLong.tryAdvance(Consumer<? super Long> consumer) |
Modifier and Type | Method and Description |
---|---|
Stream<Long> |
LongStream.boxed() |
static <T> Collector<T,?,Long> |
Collectors.counting() |
static <T> Collector<T,?,Long> |
Collectors.summingLong(ToLongFunction<? super T> mapper) |
Copyright © 2018. All rights reserved.