Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
RebindResult.getClientDataMap()
Returns a map containing all client data added to this result.
|
Constructor and Description |
---|
DefaultSelectionProperty(String currentValue,
String fallbackValue,
String name,
SortedSet<String> possibleValues,
Map<String,? extends List<? extends Set<String>>> fallbackValueMap)
Construct a selection property.
|
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 | Method and Description |
---|---|
SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.getPermutationsMap() |
Modifier and Type | Method and Description |
---|---|
void |
StandardCompilationResult.addSelectionPermutation(Map<SelectionProperty,String> values)
Record a particular permutation of SelectionProperty values that resulted
in the compilation.
|
void |
StandardCompilationResult.addSoftPermutation(Map<SelectionProperty,String> propertyMap) |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
StandardSoftPermutation(int id,
Map<SelectionProperty,String> propertyMap) |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
SourceMapRecorder.makeSourceMapArtifacts(List<Map<Range,SourceInfo>> sourceInfoMaps,
int permutationId) |
static void |
SourceMapRecorder.recordSourceMap(List<Map<Range,SourceInfo>> sourceInfoMaps,
List<SyntheticArtifact> artifacts,
int permutationId) |
Modifier and Type | Method and Description |
---|---|
static void |
SizeMapRecorder.recordMap(TreeLogger logger,
OutputStream out,
SizeBreakdown[] sizeBreakdowns,
JavaToJavaScriptMap jjsmap,
Map<JsName,String> obfuscateMap) |
Modifier and Type | Method and Description |
---|---|
static void |
StoryRecorder.recordStories(TreeLogger logger,
OutputStream out,
List<Map<Range,SourceInfo>> sourceInfoMaps,
String[] js)
Used to record dependencies of a program.
|
protected void |
StoryRecorder.recordStoriesImpl(TreeLogger logger,
OutputStream out,
List<Map<Range,SourceInfo>> sourceInfoMaps,
String[] js) |
Modifier and Type | Method and Description |
---|---|
static String |
SymbolMapsLinker.propertyMapToString(Map<SelectionProperty,String> propertyMap) |
Modifier and Type | Method and Description |
---|---|
void |
SwingUI.setStartupUrls(Map<String,URL> urls) |
Modifier and Type | Field and Description |
---|---|
Map<Object,Object> |
AnalyzerAdapter.uninitializedTypes
Information about uninitialized types in the current execution frame.
|
Constructor and Description |
---|
SimpleRemapper(Map<String,String> mapping) |
Modifier and Type | Field and Description |
---|---|
protected Map<Label,String> |
Textifier.labelNames
The label names.
|
protected Map<Label,String> |
ASMifier.labelNames
The label names.
|
Modifier and Type | Method and Description |
---|---|
void |
ASMifiable.asmify(StringBuffer buf,
String varName,
Map<Label,String> labelNames)
Prints the ASM code to create an attribute equal to this attribute.
|
void |
Textifiable.textify(StringBuffer buf,
Map<Label,String> labelNames)
Build a human readable representation of this attribute.
|
void |
Traceable.trace(StringBuffer buf,
Map labelNames)
Build a human readable representation of the attribute.
|
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
RuntimeRebindRuleGenerator.RUNTIME_REBIND_RULE_SOURCES_BY_NAME |
Modifier and Type | Method and Description |
---|---|
Map<Condition,SortedSet<String>> |
BindingProperty.getConditionalValues() |
Map<String,? extends List<? extends Set<String>>> |
BindingProperty.getFallbackValuesMap()
Returns the map of values to fall back values.
|
Map<String,Class<? extends Linker>> |
ModuleDef.getLinkers() |
Map<String,String> |
DynamicPropertyOracle.getPrescribedPropertyValuesByName()
Returns the mapping from property names to its currently prescribed value.
|
Map<String,Resource> |
LibraryGroupBuildResourceOracle.getResourceMap() |
Map<String,Resource> |
CombinedResourceOracle.getResourceMap() |
Map<String,Resource> |
LibraryGroupPublicResourceOracle.getResourceMap() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,CompiledClass> |
CompilationState.classFileMap
Classes mapped by internal name.
|
protected Map<String,CompiledClass> |
CompilationState.classFileMapBySource
Classes mapped by source name.
|
protected Map<String,CompilationUnit> |
CompilationState.unitMap
All my compilation units.
|
Modifier and Type | Method and Description |
---|---|
static Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> |
JsniCollector.collectJsniMethods(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
String source,
JsScope scope,
CorrelationFactory correlator) |
Map<String,String> |
CompilationUnit.getAnonymousClassMap()
Deprecated.
|
Map<String,CompiledClass> |
CompilationState.getClassFileMap()
Returns a map of all compiled classes by internal name.
|
Map<String,CompiledClass> |
CompilationState.getClassFileMapBySource()
Returns a map of all compiled classes by source name.
|
Map<String,CompilationUnit> |
CompilationState.getCompilationUnitMap()
Returns an unmodifiable view of the set of compilation units, mapped by the
main type's qualified source name.
|
Map<String,GeneratedUnit> |
StandardGeneratorContext.getGeneratedUnitMap()
Gets all committed Java units.
|
Map<String,JRealClassType> |
CompilationUnitTypeOracleUpdater.getInternalMapper() |
Map<String,JRealClassType> |
Resolver.getInternalMapper() |
Map<String,CachedCompilationUnit> |
CompilationUnitArchive.getUnits()
Retrieve all units stored in this archive.
|
Map<String,CompiledClass> |
CompilationStateBuilder.CompileMoreLater.getValidClasses() |
Modifier and Type | Method and Description |
---|---|
static void |
ArtificialRescueChecker.check(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
boolean allowArtificialRescue,
Map<org.eclipse.jdt.internal.compiler.ast.TypeDeclaration,org.eclipse.jdt.internal.compiler.lookup.Binding[]> artificialRescues)
Check the
ArtificialRescue annotations in a CompilationUnit. |
static void |
JsniChecker.check(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
JSORestrictionsChecker.CheckerState checkerState,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniChecker.TypeResolver typeResolver)
Checks an entire
CompilationUnitDeclaration . |
static void |
JsniChecker.check(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
JSORestrictionsChecker.CheckerState checkerState,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniChecker.TypeResolver typeResolver)
Checks an entire
CompilationUnitDeclaration . |
JMethod |
Resolver.newMethod(JClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
void |
Resolver.newParameter(JAbstractMethod method,
JType argType,
String argName,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
boolean argNamesAreReal) |
boolean |
Resolver.resolveAnnotation(TreeLogger logger,
CollectAnnotationData annotVisitor,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
boolean |
Resolver.resolveAnnotations(TreeLogger logger,
List<CollectAnnotationData> annotations,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
static void |
CompilationUnitInvalidator.retainValidUnits(TreeLogger logger,
Collection<CompilationUnit> units,
Map<String,CompiledClass> validClasses)
Mutates
units by retaining only valid units. |
Constructor and Description |
---|
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated) |
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
CollectAnnotationData.AnnotationData.getValues() |
Constructor and Description |
---|
ResolveClassSignature(Resolver resolver,
Map<String,JRealClassType> binaryMapper,
TreeLogger logger,
JRealClassType type,
TypeParameterLookup lookup) |
ResolveTypeSignature(Resolver resolver,
Map<String,JRealClassType> internalMapper,
TreeLogger logger,
JType[] returnTypeRef,
TypeParameterLookup lookup,
JClassType enclosingClass)
Resolve a parameterized type.
|
ResolveTypeSignature(Resolver resovler,
Map<String,JRealClassType> internalMapper,
TreeLogger logger,
JType[] returnTypeRef,
TypeParameterLookup lookup,
JClassType enclosingClass,
char wildcardMatch) |
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
MockResourceOracle.getResourceMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
TypeOracleUpdater.addAnnotations(JPackage pkg,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected void |
TypeOracleUpdater.addAnnotations(JRealClassType type,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected abstract void |
JClassType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JArrayType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JRawType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JRealClassType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JParameterizedType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected abstract void |
JClassType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected void |
JArrayType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature) |
protected void |
JRawType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature) |
protected void |
JRealClassType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected void |
JParameterizedType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected JAnnotationMethod |
TypeOracleUpdater.newAnnotationMethod(JRealClassType enclosingType,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] jtypeParameters,
Object defaultValue) |
protected JConstructor |
TypeOracleUpdater.newConstructor(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
protected JEnumConstant |
TypeOracleUpdater.newEnumConstant(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
int ordinal) |
protected JField |
TypeOracleUpdater.newField(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected JMethod |
TypeOracleUpdater.newMethod(JClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
protected void |
TypeOracleUpdater.newParameter(JAbstractMethod method,
JType argType,
String argName,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
boolean argNamesAreReal) |
Modifier and Type | Method and Description |
---|---|
void |
JProgram.recordClassLiteralFields(Map<JType,JField> classLiteralFields) |
void |
JProgram.recordQueryIds(Map<JReferenceType,Integer> queryIdsByType,
List<JReferenceType> typesByQueryId) |
Modifier and Type | Field and Description |
---|---|
protected Map<JMethod,JMethod> |
JsoDevirtualizer.polyMethodToJsoMethod
Maps each Object instance methods (ie,
Object.equals(Object) ) onto
its corresponding devirtualizing method. |
protected Map<Range,SourceInfo> |
JsAbstractTextTransformer.sourceInfoMap |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ResolveRebinds.getHardRebindAnswers(Map<String,String>[] rebindAnswers)
Returns the rebind answers that do not vary across various maps of rebind
answers.
|
Map<Range,SourceInfo> |
JsAbstractTextTransformer.getSourceInfoMap() |
Modifier and Type | Method and Description |
---|---|
static Pair<JavaToJavaScriptMap,Set<JsNode>> |
GenerateJavaScriptAST.exec(JProgram program,
JsProgram jsProgram,
JsOutputOption outputOption,
Map<StandardSymbolData,JsName> symbolTable,
PropertyOracle[] propertyOracles)
This is the main entry point for the translation from Java to JavaScript.
|
static boolean |
ResolveRebinds.exec(JProgram program,
Map<String,String>[] orderedRebindAnswers) |
static void |
VerifySymbolMap.exec(JsProgram jsProgram,
JavaToJavaScriptMap jjsmap,
Map<StandardSymbolData,JsName> symbolTable) |
static Map<String,String> |
ResolveRebinds.getHardRebindAnswers(Map<String,String>[] rebindAnswers)
Returns the rebind answers that do not vary across various maps of rebind
answers.
|
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.TypeDeclaration,org.eclipse.jdt.internal.compiler.lookup.Binding[]> artificialRescues,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs)
Builds all the GWT AST nodes that correspond to one Java source file.
|
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.TypeDeclaration,org.eclipse.jdt.internal.compiler.lookup.Binding[]> artificialRescues,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs)
Builds all the GWT AST nodes that correspond to one Java source file.
|
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.TypeDeclaration,org.eclipse.jdt.internal.compiler.lookup.Binding[]> artificialRescues,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs)
Builds all the GWT AST nodes that correspond to one Java source file.
|
Constructor and Description |
---|
JsAbstractTextTransformer(String js,
StatementRanges statementRanges,
Map<Range,SourceInfo> sourceInfoMap) |
JsFunctionClusterer(String js,
StatementRanges statementRanges,
Map<Range,SourceInfo> sourceInfoMap) |
JsIEBlockTextTransformer(String js,
StatementRanges statementRanges,
Map<Range,SourceInfo> sourceInfoMap) |
Modifier and Type | Method and Description |
---|---|
static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> |
AnalysisSolver.solve(G g,
Analysis<N,E,G,A> analysis,
boolean forward)
Solve a non-integrated analysis.
|
Modifier and Type | Method and Description |
---|---|
<A extends Assumption<A>> |
Graph.printWithAssumptions(Map<EdgeType,A> assumptions)
Returns string representation of the graph with all assumptions along its
edges.
|
Modifier and Type | Method and Description |
---|---|
<A extends Assumption<A>> |
Cfg.printWithAssumptions(Map<CfgEdge,A> map)
Returns string representation of the graph with all assumptions along its
edges.
|
Constructor and Description |
---|
AssumptionsPrinter(Cfg graph,
Map<CfgEdge,A> assumptions) |
Modifier and Type | Method and Description |
---|---|
static Map<JsName,String> |
JsStringInterner.exec(JProgram jprogram,
JsProgram program,
boolean alwaysIntern)
Apply interning of String literals to a JsProgram.
|
Map<JsName,Integer> |
SizeBreakdown.getSizeMap() |
Map<Range,SourceInfo> |
JsSourceGenerationVisitorWithSizeBreakdown.getSourceInfoMap() |
Map<Range,SourceInfo> |
JsReportGenerationVisitor.getSourceInfoMap() |
Constructor and Description |
---|
SizeBreakdown(int size,
Map<JsName,Integer> sizeMap) |
Modifier and Type | Method and Description |
---|---|
void |
JsProgram.setIndexedFields(Map<String,JsName> indexedFields) |
void |
JsProgram.setIndexedFunctions(Map<String,JsFunction> indexedFunctions) |
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
ResourceOracle.getResourceMap()
Returns an unmodifiable map of abstract path name to resource.
|
Modifier and Type | Method and Description |
---|---|
Map<AbstractResource,PathPrefix> |
ZipFileClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Indexes the zip file on-demand, and only once over the life of the process.
|
Map<AbstractResource,PathPrefix> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet) |
abstract Map<AbstractResource,PathPrefix> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Finds every resource at abstract path P within this classpath such that P
begins with a prefix X from the path prefix set and P is allowed by the
filter associated with X.
|
Map<String,Resource> |
ResourceOracleImpl.getResourceMap() |
Modifier and Type | Method and Description |
---|---|
List<Map<AbstractResource,PathPrefix>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,PathPrefix>> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets)
Finds applicable resources for a list of pathPrefixSets, returning a
distinct answer for each set.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellMainWindow.setStartupUrls(Map<String,URL> urls)
Create the UI to show available startup URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteUI.setStartupUrls(Map<String,URL> urls) |
Modifier and Type | Method and Description |
---|---|
byte[] |
HostedModeClassRewriter.rewrite(TypeOracle typeOracle,
String className,
byte[] classBytes,
Map<String,String> anonymousClassMap)
Performs rewriting transformations on a class.
|
Constructor and Description |
---|
HostedModeClassRewriter(Set<String> jsoSubtypes,
Map<String,List<String>> jsoSuperTypes,
HostedModeClassRewriter.SingleJsoImplData jsoData,
HostedModeClassRewriter.InstanceMethodOracle mapper)
Creates a new
HostedModeClassRewriter for a specified set of
subclasses of JavaScriptObject. |
RewriteJsniMethods(ClassVisitor v,
Map<String,String> anonymousClassMap) |
Modifier and Type | Method and Description |
---|---|
void |
DevModeUI.setStartupUrls(Map<String,URL> urls)
Set the URLs that should be available to start.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
IdentityMaps.create() |
static <K,V> Map<K,V> |
Maps.create() |
static <K,V> Map<K,V> |
IdentityMaps.create(K key,
V value) |
static <K,V> Map<K,V> |
Maps.create(K key,
V value) |
static <K,V> Map<K,V> |
IdentityMaps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
Maps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putOrdered(Map<K,V> map,
K key,
V value)
A variation of the put method which uses a LinkedHashMap.
|
static <K,V> Map<K,V> |
IdentityMaps.remove(Map<K,V> map,
K key) |
static <K,V> Map<K,V> |
Maps.remove(Map<K,V> map,
K key) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
IdentityMaps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
Maps.put(Map<K,V> map,
K key,
V value) |
void |
HashMap.putAll(Map<? extends K,? extends V> m) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putOrdered(Map<K,V> map,
K key,
V value)
A variation of the put method which uses a LinkedHashMap.
|
static <K,V> Map<K,V> |
IdentityMaps.remove(Map<K,V> map,
K key) |
static <K,V> Map<K,V> |
Maps.remove(Map<K,V> map,
K key) |
Constructor and Description |
---|
HashMap(Map<? extends K,? extends V> m) |
IdentityHashMap(Map<? extends K,? extends V> m) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
DefaultLocalizedNamesBase.namesMap |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ConstantsWithLookup.getMap(String methodName)
Look up
Map by method name. |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CurrencyCodeMapConstants.currencyMap() |
Modifier and Type | Class and Description |
---|---|
class |
ConstantMap
Map used when creating
Constants maps. |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
MessageFormatUtils.ArgumentChunk.getFormatArgs() |
Map<String,String> |
MessageFormatUtils.ArgumentChunk.getListArgs() |
Constructor and Description |
---|
ArgumentChunk(int argNumber,
Map<String,String> listArgs,
String format,
Map<String,String> formatArgs,
String subformat) |
ArgumentChunk(int argNumber,
Map<String,String> listArgs,
String format,
Map<String,String> formatArgs,
String subformat) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
Parent.inheritedMap() |
Modifier and Type | Method and Description |
---|---|
Map<JMethod,String> |
ClassRenamer.getReplacements()
Reports the replacements that were actually performed by this visitor.
|
Map<String,CssDef> |
SubstitutionCollector.getSubstitutions() |
Constructor and Description |
---|
ClassRenamer(TreeLogger logger,
Map<String,Map<JMethod,String>> classReplacementsWithPrefix,
boolean strict,
Set<String> externalClasses) |
SubstitutionReplacer(TreeLogger logger,
ResourceContext context,
Map<String,CssDef> substitutions) |
Constructor and Description |
---|
ClassRenamer(TreeLogger logger,
Map<String,Map<JMethod,String>> classReplacementsWithPrefix,
boolean strict,
Set<String> externalClasses) |
Modifier and Type | Method and Description |
---|---|
protected String |
CssResourceGenerator.getResourceImplAsString(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements,
JClassType cssResourceSubtype,
CssStylesheet stylesheet) |
protected void |
CssResourceGenerator.outputAdditionalArtifacts(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements,
JClassType cssResourceSubtype,
CssStylesheet stylesheet)
Output additional artifacts.
|
protected void |
CssResourceGenerator.outputCssMapArtifact(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements)
Builds a CSV file mapping obfuscated CSS class names to their qualified source name and
outputs it as a private build artifact.
|
protected void |
CssResourceGenerator.writeUserMethods(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter sw,
CssStylesheet sheet,
JMethod[] methods,
Map<JMethod,String> obfuscatedClassNames)
Write all of the user-defined methods in the CssResource subtype.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
RpcDataArtifact.getOperableFields() |
Modifier and Type | Field and Description |
---|---|
Map<String,Integer> |
SizeBreakdown.classToSize |
Map<String,Map<String,String>> |
GlobalInformation.dependencies |
Map<String,Integer> |
SizeBreakdown.methodToSize |
Map<String,LiteralsCollection> |
SizeBreakdown.nameToLitColl |
Map<String,Integer> |
SizeBreakdown.packageToSize |
Modifier and Type | Field and Description |
---|---|
Map<String,Map<String,String>> |
GlobalInformation.dependencies |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
GlobalInformation.getClassToPackage()
Gets the mapping from each class to its package.
|
Map<Integer,SizeBreakdown> |
GlobalInformation.getExclusiveCodeBreakdowns()
Gets the exclusive code breakdown.
|
Map<String,TreeSet<String>> |
GlobalInformation.getPackageToClasses()
Gets the mapping from packages to classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SoycDashboard.generateCrossPermutationFiles(Map<String,List<String>> permInfo) |
static void |
MakeTopLevelHtmlForPerm.makeTopLevelHtmlForAllPerms(Map<String,List<String>> allPermsInfo,
OutputDirectory outDir) |
Modifier and Type | Class and Description |
---|---|
class |
StorageMap
Exposes the local/session
Storage as a standard Map<String, String> . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CssNameConverter.convertSet(Set<String> classNames) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<String>> |
Window.Location.getParameterMap()
Returns an immutable Map of the URL query parameters for the host page
at the time this method was called.
|
Modifier and Type | Method and Description |
---|---|
static Map |
Collections.EmptyMap_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Map |
Collections.EmptyMap_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Map_CustomFieldSerializerBase.deserialize(SerializationStreamReader streamReader,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Map instance) |
void |
Collections.EmptyMap_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Map instance) |
static void |
Map_CustomFieldSerializerBase.serialize(SerializationStreamWriter streamWriter,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Map instance) |
void |
Collections.EmptyMap_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Map instance) |
Constructor and Description |
---|
SerializerBase(Map<String,String> methodMapJava,
SerializerBase.MethodMap methodMapNative,
Map<String,String> signatureMapJava,
JsArrayString signatureMapNative) |
SerializerBase(Map<String,String> methodMapJava,
SerializerBase.MethodMap methodMapNative,
Map<String,String> signatureMapJava,
JsArrayString signatureMapNative) |
Modifier and Type | Method and Description |
---|---|
static void |
Map_ServerCustomFieldSerializerBase.deserialize(ServerSerializationStreamReader streamReader,
Map instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
Constructor and Description |
---|
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
WebAppCreator.getReplacements(String installPath,
String theModuleName) |
Modifier and Type | Method and Description |
---|---|
List<com.google.gwt.user.tools.WebAppCreator.FileCreator> |
WebAppCreator.getFiles(Map<String,String> replacements) |
Modifier and Type | Method and Description |
---|---|
static void |
Utility.writeTemplateFile(File file,
String contents,
Map<String,String> replacements) |
Modifier and Type | Method and Description |
---|---|
boolean |
SizeValidatorForMap.isValid(Map<?,?> value,
javax.validation.ConstraintValidatorContext context) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
BaseGwtConfiguration.properties |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
AbstractGwtSpecificValidator.AttributeBuilder.build() |
Map<String,Object> |
ConstraintDescriptorImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl.Builder<T> |
ConstraintDescriptorImpl.Builder.setAttributes(Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
BaseConfigurationState.getProperties() |
Constructor and Description |
---|
BaseConfigurationState(javax.validation.ConstraintValidatorFactory constraintValidatorFactory,
MessageInterpolator messageInterpolator,
Map<String,String> properties,
javax.validation.TraversableResolver traversableResolver) |
GwtConfigurationState(javax.validation.ConstraintValidatorFactory constraintValidatorFactory,
MessageInterpolator messageInterpolator,
Map<String,String> properties,
javax.validation.TraversableResolver traversableResolver) |
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SortedMap<K,V>
A map with ordering.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMap<K,V>
Skeletal implementation of the Map interface.
|
class |
EnumMap<K extends Enum<K>,V>
|
class |
HashMap<K,V>
Implementation of Map interface based on a hash table.
|
class |
IdentityHashMap<K,V>
Map using reference equality on keys.
|
class |
LinkedHashMap<K,V>
Hash table implementation of the Map interface with predictable iteration
order.
|
class |
TreeMap<K,V>
Implements a TreeMap using a red-black tree.
|
Modifier and Type | Field and Description |
---|---|
static Map |
Collections.EMPTY_MAP |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
Collections.emptyMap() |
static <K,V> Map<K,V> |
Collections.singletonMap(K key,
V value) |
static <K,V> Map<K,V> |
Collections.unmodifiableMap(Map<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
void |
Map.putAll(Map<? extends K,? extends V> t) |
void |
AbstractMap.putAll(Map<? extends K,? extends V> t) |
static <K,V> Map<K,V> |
Collections.unmodifiableMap(Map<? extends K,? extends V> map) |
Constructor and Description |
---|
EnumMap(Map<K,? extends V> m) |
HashMap(Map<? extends K,? extends V> toBeCopied) |
IdentityHashMap(Map<? extends K,? extends V> toBeCopied) |
LinkedHashMap(Map<? extends K,? extends V> toBeCopied) |
TreeMap(Map<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ConfigurationState.getProperties()
Returns a map of non type-safe custom properties.
|
Copyright © 2018. All rights reserved.