Uses of Class
org.processmining.specpp.datastructures.util.MutableTuple2
-
Packages that use MutableTuple2 Package Description org.processmining.specpp.datastructures.util org.processmining.specpp.datastructures.vectorization.spliteration -
-
Uses of MutableTuple2 in org.processmining.specpp.datastructures.util
Subclasses of MutableTuple2 in org.processmining.specpp.datastructures.util Modifier and Type Class Description classIndexedPair<T>classIndexedTuple2<T1,T2>classMutablePair<T>Method parameters in org.processmining.specpp.datastructures.util with type arguments of type MutableTuple2 Modifier and Type Method Description voidIndexedTuple2. map(java.util.function.Consumer<MutableTuple2<T1,T2>> action) -
Uses of MutableTuple2 in org.processmining.specpp.datastructures.vectorization.spliteration
Methods in org.processmining.specpp.datastructures.vectorization.spliteration that return MutableTuple2 Modifier and Type Method Description protected MutableTuple2<T,U>CompatibleBiSpliteratorImpl. createContainer()protected MutableTuple2<T,T>CompatiblePairSpliteratorImpl. createContainer()
-