JavaScript is disabled on your browser.
Description
Constructor Summary
Method Summary
Constructor Details
ClassSet()
Method Details
add(JavaClass)
empty()
getClassNames()
remove(JavaClass)
toArray()
Constructor Summary
Constructors
Constructs a new ClassSet.
Method Summary
All Methods Instance Methods Concrete Methods
boolean
Adds a JavaClass to the set.
boolean
Checks if the set is empty.
Gets the class names in the set.
void
Removes a JavaClass from the set.
Converts the set to an array.
Methods inherited from class Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait