Package ghidra.app.plugin.match
Class MatchSet
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Match>
,Collection<Match>
,Set<Match>
class that contains a collection of matches.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
thisName
-
otherName
-
-
Constructor Details
-
MatchSet
- Parameters:
thisProgramName
- Name of this program (i.e. the program from which the matching was initiated.otherProgramName
- Name of the program being matched.
-
-
Method Details
-
getMatches
- Returns:
- The sorted array of matches.
-
getResultsArray
- Returns:
- The match as an Object array.
-