Class MatchedObject
Object
MatchedObject
An object with associated matches.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionMatchedObject
(ObjectMask source, ObjectCollection matches) Creates a newMatchedObject
instance. -
Method Summary
-
Constructor Details
-
MatchedObject
Creates a newMatchedObject
instance.- Parameters:
source
- The source object (which is matched against others)matches
- The matches associated with the source-object
-
-
Method Details
-
numberMatches
public int numberMatches()The number of objects inmatches
.- Returns:
- the number of objects.
-
getSource
The source object (which is matched against others) -
getMatches
The matches associated with the source-object -
equals
-
hashCode
public int hashCode() -
toString
-