Package ghidra.app.plugin.match
Class MatchSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<Match>
-
- ghidra.app.plugin.match.MatchSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Match>
,java.util.Collection<Match>
,java.util.Set<Match>
public class MatchSet extends java.util.HashSet<Match>
class that contains a collection of matches.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchSet(java.lang.String thisProgramName, java.lang.String otherProgramName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Match[]
getMatches()
java.lang.Object[]
getResultsArray(Match m)
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-