Package | Description |
---|---|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.codeserver | |
com.google.gwt.resources.css |
Support package for manipulating CSS resources.
|
java.util |
Modifier and Type | Method and Description |
---|---|
abstract SortedMap<SelectionProperty,String> |
SoftPermutation.getPropertyMap()
Returns only the collapsed selection properties that resulted in the
particular soft permutation.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<SortedMap<SelectionProperty,String>> |
DelegatingCompilationResult.getPropertyMap() |
abstract SortedSet<SortedMap<SelectionProperty,String>> |
CompilationResult.getPropertyMap()
Provides values for
SelectionProperty instances that are not
explicitly set during the compilation phase. |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.propMapsByPermutation
This maps each unique permutation to the property settings for that
compilation.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<SortedMap<SelectionProperty,String>> |
StandardCompilationResult.MAP_COMPARATOR
Smaller maps come before larger maps, then we compare the concatenation of
every value.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.getPermutationsMap() |
SortedMap<SelectionProperty,String> |
StandardSoftPermutation.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
SortedSet<SortedMap<SelectionProperty,String>> |
StandardCompilationResult.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
static SortedMap<String,SortedSet<String>> |
GwtCreateMap.getPossibleAnswers(Iterable<GwtCreateMap> maps,
Set<String> keysWanted)
Returns the Java classes that GWT.create() might return in at least one permutation.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<String,String> |
JobEvent.getBindings()
The binding properties sent to the GWT compiler.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,List<CssSubstitution>> |
CssGenerationVisitor.getSubstitutionPositions() |
Modifier and Type | Interface and Description |
---|---|
interface |
NavigableMap<K,V>
Sorted map providing additional query operations and views.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeMap<K,V>
Implements a TreeMap using a red-black tree.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<K,V> |
SortedMap.headMap(K toKey) |
SortedMap<K,V> |
SortedMap.subMap(K fromKey,
K toKey) |
SortedMap<K,V> |
SortedMap.tailMap(K fromKey) |
static <K,V> SortedMap<K,V> |
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
static <K,V> SortedMap<K,V> |
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> map) |
Constructor and Description |
---|
TreeMap(SortedMap<K,? extends V> map) |
Copyright © 2018. All rights reserved.