Uses of Class
org.glassfish.pfl.basic.contain.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.glassfish.pfl.basic.algorithm
Fields in org.glassfish.pfl.basic.algorithm with type parameters of type PairModifier and TypeFieldDescription(package private) List
<Pair<Class<?>, ObjectUtility.ObjectPrinter>> ObjectUtility.ClassMap.data
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 TypeClassDescriptionclass
SPair<S extends Serializable,
T extends Serializable> Serializable version of Pair.Fields in org.glassfish.pfl.basic.contain declared as PairFields in org.glassfish.pfl.basic.contain with type parameters of type PairMethods 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 class
Useful utility class for parsing pairs of strings.private static class
-
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
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type PairModifier and TypeFieldDescriptionprivate Map
<Type, Pair<Variable, BlockStatement>> TryStatement.catches
ImportListImpl.sortedImports
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.test
Subclasses of Pair in org.glassfish.pfl.testModifier and TypeClassDescriptionstatic class
static class
-
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 void
TimerPointSourceGenerator.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.