Uses of Class
gw.util.Pair
-
Packages that use Pair Package Description editor.run editor.settings gw.internal.gosu.parser gw.internal.gosu.properties gw.lang.parser gw.lang.reflect gw.util -
-
Uses of Pair in editor.run
Fields in editor.run with type parameters of type Pair Modifier and Type Field Description private java.util.Map<IRunConfig,Pair<IRunConfigParameters,javax.swing.JComponent>>RunConfigDialog. _mapRunConfigs -
Uses of Pair in editor.settings
Fields in editor.settings with type parameters of type Pair Modifier and Type Field Description private java.util.Map<ISettings,Pair<ISettingsParameters,javax.swing.JComponent>>SettingsDialog. _mapSettings -
Uses of Pair in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser with type parameters of type Pair Modifier and Type Field Description private static TypeSystemAwareCache<Pair<IType,IType>,java.lang.Boolean>TypeLord. ASSIGNABILITY_CACHEprivate static Cache<Pair<java.lang.String,java.lang.String>,java.lang.Boolean>GosuParser. BINDER_ASSIGNABILITY_CACHEMethods in gw.internal.gosu.parser that return Pair Modifier and Type Method Description private Pair<java.lang.Integer,java.lang.Class>GosuArrayClass. getGosuClassDepthPair(IType component, int depth)private Pair<IType,ITypeLoader>ModuleTypeLoader. loadType(java.lang.String fullyQualifiedName, boolean skipJava)Methods in gw.internal.gosu.parser with parameters of type Pair Modifier and Type Method Description private ITypeModuleTypeLoader. cacheType(java.lang.String name, Pair<IType,ITypeLoader> pair)Adds the type to the cache. -
Uses of Pair in gw.internal.gosu.properties
Methods in gw.internal.gosu.properties that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair<java.lang.String,IFile>>PropertiesPropertySet.Source. findAllFilesByExtension(java.lang.String extension)Method parameters in gw.internal.gosu.properties with type arguments of type Pair Modifier and Type Method Description private voidPropertiesPropertySet.Source. addAllLocalResourceFilesByExtensionInternal(java.lang.String relativePath, IDirectory dir, java.lang.String extension, java.util.List<Pair<java.lang.String,IFile>> results) -
Uses of Pair in gw.lang.parser
Fields in gw.lang.parser with type parameters of type Pair Modifier and Type Field Description TypeSystemAwareCache<Pair<IType,IType>,ICoercer>StandardCoercionManager. _coercerCacheprivate java.util.Map<ITypeVariableType,Pair<IType,java.lang.Boolean>>TypeVarToTypeMap. _mapMethods in gw.lang.parser that return Pair Modifier and Type Method Description Pair<IType,java.lang.Boolean>TypeVarToTypeMap. getPair(ITypeVariableType tvType)Methods in gw.lang.parser that return types with arguments of type Pair Modifier and Type Method Description java.util.Set<java.util.Map.Entry<ITypeVariableType,Pair<IType,java.lang.Boolean>>>TypeVarToTypeMap. entrySet()java.util.Collection<Pair<IType,java.lang.Boolean>>TypeVarToTypeMap. values()Constructor parameters in gw.lang.parser with type arguments of type Pair Constructor Description TypeVarToTypeMap(java.util.Map<ITypeVariableType,Pair<IType,java.lang.Boolean>> emptyMap) -
Uses of Pair in gw.lang.reflect
Fields in gw.lang.reflect with type parameters of type Pair Modifier and Type Field Description private TypeSystemAwareCache<Pair<IType,IType>,java.lang.Double>MethodScorer. _typeScoreCache -
Uses of Pair in gw.util
Methods in gw.util that return Pair Modifier and Type Method Description static <T,V>
Pair<T,V>Pair. make(T f, V s)
-