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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, newHashSet, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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.
-