Package one.microstream.util.similarity
Class MultiMatchResult.Default<E>
java.lang.Object
one.microstream.util.similarity.MultiMatchResult.Default<E>
- All Implemented Interfaces:
MultiMatchResult<E>
- Enclosing interface:
- MultiMatchResult<E>
public static class MultiMatchResult.Default<E> extends Object implements MultiMatchResult<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.similarity.MultiMatchResult
MultiMatchResult.Default<E>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description XGettingSequence<E>
inputSources()
XGettingSequence<E>
inputTargets()
int
matchCount()
ConstList<E>
matchedSources()
ConstList<E>
matchedTargets()
XGettingSequence<? extends Similarity<E>>
matchesInSourceOrder()
XGettingSequence<? extends Similarity<E>>
matchesInTargetOrder()
XGettingSequence<E>
remainingSources()
XGettingSequence<E>
remainingTargets()
XGettingSequence<? extends Similarity<E>>
sourceMatches()
XGettingSequence<? extends Similarity<E>>
targetMatches()
XGettingSequence<E>
unmatchedSources()
XGettingSequence<E>
unmatchedTargets()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
matchCount
public int matchCount()- Specified by:
matchCount
in interfaceMultiMatchResult<E>
-
inputSources
- Specified by:
inputSources
in interfaceMultiMatchResult<E>
-
inputTargets
- Specified by:
inputTargets
in interfaceMultiMatchResult<E>
-
matchesInSourceOrder
- Specified by:
matchesInSourceOrder
in interfaceMultiMatchResult<E>
-
matchesInTargetOrder
- Specified by:
matchesInTargetOrder
in interfaceMultiMatchResult<E>
-
remainingSources
- Specified by:
remainingSources
in interfaceMultiMatchResult<E>
-
remainingTargets
- Specified by:
remainingTargets
in interfaceMultiMatchResult<E>
-
unmatchedSources
- Specified by:
unmatchedSources
in interfaceMultiMatchResult<E>
-
unmatchedTargets
- Specified by:
unmatchedTargets
in interfaceMultiMatchResult<E>
-
sourceMatches
- Specified by:
sourceMatches
in interfaceMultiMatchResult<E>
-
targetMatches
- Specified by:
targetMatches
in interfaceMultiMatchResult<E>
-
matchedSources
- Specified by:
matchedSources
in interfaceMultiMatchResult<E>
-
matchedTargets
- Specified by:
matchedTargets
in interfaceMultiMatchResult<E>
-