public final class AnnotatedElementKey extends ObjectSE implements ComparableSE<AnnotatedElementKey>
ClassSE 上の AnnotatedElementSE を表し、キーとして適しています。CachedExpressionEvaluator| コンストラクターと説明 |
|---|
AnnotatedElementKey(AnnotatedElementSE element, ClassSE<?> targetClass) 指定された AnnotatedElementSE とオプションのターゲット ClassSE を使用して新しいインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | compareTo(AnnotatedElementKey other) |
boolean | equals(ObjectSE other) |
int | hashCode() |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic AnnotatedElementKey(AnnotatedElementSE element, @Nullable ClassSE<?> targetClass)
AnnotatedElementSE とオプションのターゲット ClassSE を使用して新しいインスタンスを作成します。public int hashCode()
ObjectSE の hashCodeSE public StringSE toString()
ObjectSE の toStringSE public int compareTo(AnnotatedElementKey other)
ComparableSE<AnnotatedElementKey> の compareToSE