Package org.apache.ignite.internal
Class ClassSet
- java.lang.Object
-
- org.apache.ignite.internal.ClassSet
-
public class ClassSet extends Object
Set of classes represented as prefix tree.*
symbol is allowed and indicates that all packages and classes are included.
-
-
Constructor Summary
Constructors Constructor Description ClassSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String clsName)
Adds class name to the set.boolean
contains(String clsName)
boolean
equals(Object o)
int
hashCode()
-