Uses of Class
org.glassfish.pfl.basic.contain.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.glassfish.gmbal.impl
Methods in org.glassfish.gmbal.impl that return PairModifier and TypeMethodDescriptionManagedObjectManagerImpl.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) ManagedObjectManagerInternal.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) ManagedObjectManagerImpl.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass) ManagedObjectManagerInternal.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass) Find the superclass or superinterface of cls (which may be cls itself) that has the given annotationClass as an annotation. -
Uses of Pair in org.glassfish.pfl.basic.algorithm
Methods in org.glassfish.pfl.basic.algorithm that return PairMethods in org.glassfish.pfl.basic.algorithm with parameters of type Pair -
Uses of Pair in org.glassfish.pfl.basic.contain
Subclasses of Pair in org.glassfish.pfl.basic.containModifier and TypeClassDescriptionclassSPair<S extends Serializable,T extends Serializable> Serializable version of Pair.Methods in org.glassfish.pfl.basic.contain with parameters of type Pair -
Uses of Pair in org.glassfish.pfl.basic.tools.argparser
Subclasses of Pair in org.glassfish.pfl.basic.tools.argparserModifier and TypeClassDescriptionstatic classUseful utility class for parsing pairs of strings. -
Uses of Pair in org.glassfish.pfl.basic.tools.file
Methods in org.glassfish.pfl.basic.tools.file that return PairModifier and TypeMethodDescriptionBlock.splitFirst()Split block into two blocks, with only the first line of the original Block in result.first().Method parameters in org.glassfish.pfl.basic.tools.file with type arguments of type Pair -
Uses of Pair in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return PairModifier and TypeMethodDescriptionAdd a new Catch block to this try statement.Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type Pair -
Uses of Pair in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return PairModifier and TypeMethodDescriptionWrapper.splitClassName(String name) Split the class name into a pair of the package name and the unqualified class name.Methods in org.glassfish.pfl.dynamic.codegen.spi that return types with arguments of type PairModifier and TypeMethodDescriptionImportList.getInOrderList()Return a list of imports as (packageName,className) pairs. -
Uses of Pair in org.glassfish.pfl.dynamic.copyobject.impl
Subclasses of Pair in org.glassfish.pfl.dynamic.copyobject.impl -
Uses of Pair in org.glassfish.pfl.tf.timer.spi
Methods in org.glassfish.pfl.tf.timer.spi that return PairMethods in org.glassfish.pfl.tf.timer.spi with parameters of type PairModifier and TypeMethodDescriptionstatic voidTimerPointSourceGenerator.generateFile(String dirName, Pair<String, TimerFactory> description) Generate a single class which contains: private fields for Timers and TimerGroups public accessor methods for Timers and TimerGroups A public constructor<init>(TimerFactory)that initializes the Timer and TimerGroup fields, and the TimerGroup containment.