Uses of Class
net.automatalib.common.util.Pair
-
Packages that use Pair Package Description net.automatalib.common.util This package (including sub-packages) contains basic utility classes to ease everyday programming.net.automatalib.common.util.fixpoint -
-
Uses of Pair in net.automatalib.common.util
Methods in net.automatalib.common.util that return Pair Modifier and Type Method Description static <T1,T2>
Pair<T1,T2>Pair. of(T1 first, T2 second)Convenience function for creating a pair, allowing the user to omit the type parameters. -
Uses of Pair in net.automatalib.common.util.fixpoint
Methods in net.automatalib.common.util.fixpoint that return Pair Modifier and Type Method Description static <T,E,R>
Pair<Map<T,E>,R>Worksets. map(WorksetMappingAlgorithm<T,E,R> algorithm)
-