Uses of Interface
org.hobbit.core.data.ResultPair
Packages that use ResultPair
-
Uses of ResultPair in org.hobbit.core.components
Fields in org.hobbit.core.components with type parameters of type ResultPairModifier and TypeFieldDescriptionprotected List<Iterator<? extends ResultPair>>AbstractEvaluationStorage.resultPairIteratorsIterators that have been started.Methods in org.hobbit.core.components that return types with arguments of type ResultPairModifier and TypeMethodDescriptionprotected abstract Iterator<? extends ResultPair>AbstractEvaluationStorage.createIterator()Creates a new iterator that iterates over the response pairs. -
Uses of ResultPair in org.hobbit.core.components.test
Classes in org.hobbit.core.components.test that implement ResultPairModifier and TypeClassDescriptionstatic classA simple structure implementing theResultPairinterface.Fields in org.hobbit.core.components.test with type parameters of type ResultPairModifier and TypeFieldDescriptionprivate Map<String,ResultPair> InMemoryEvaluationStore.resultsMap containing a mapping from task Ids to result pairs.Methods in org.hobbit.core.components.test that return types with arguments of type ResultPairModifier and TypeMethodDescriptionprotected Iterator<ResultPair>InMemoryEvaluationStore.createIterator()