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 voidadd(String clsName)Adds class name to the set.booleancontains(String clsName)booleanequals(Object o)inthashCode()
-