Package org.apache.bcel.util
Class ClassSet
java.lang.Object
org.apache.bcel.util.ClassSet
Utility class implementing a (typesafe) set of JavaClass objects.
Since JavaClass has no equals() method, the name of the class is
used for comparison.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassSet
public ClassSet()
-
-
Method Details
-
add
-
remove
-
empty
public boolean empty() -
toArray
-
getClassNames
-