public class ClassEqualsSelector<C extends Class<?>> extends CommonValueMatchSelector<C> implements AsBoxed<ClassEqualsSelector<C>>
| Constructor and Description |
|---|
ClassEqualsSelector(String name,
Selector<Context<?>> parent,
long metrics,
C value) |
ClassEqualsSelector(String name,
Selector parent,
C value) |
| Modifier and Type | Method and Description |
|---|---|
ClassEqualsSelector<C> |
boxed() |
long |
metrics()
Metrics of the selector.
|
String |
name()
Name of the selector.
|
Selector<Context<?>> |
next()
Next selector in selector chain.
|
clone, getMatcher, getValue, testequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic ClassEqualsSelector<C> boxed()
boxed in interface AsBoxed<ClassEqualsSelector<C extends Class<?>>>public Selector<Context<?>> next()
SelectorCopyright © 2020. All rights reserved.