public static class Preprocessor.GraphModifyTarget
extends java.lang.Object
equals(Object)
and have the same hashCode()
.修飾子とタイプ | フィールドと説明 |
---|---|
long |
targetId |
Preprocessor.TargetType |
targetType |
コンストラクタと説明 |
---|
Preprocessor.GraphModifyTarget(Preprocessor.TargetType targetType,
long targetId)
Construct a target type-ID tuple.
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object o) |
static java.util.List<Preprocessor.GraphModifyTarget> |
filterByType(java.util.Collection<Preprocessor.GraphModifyTarget> targets,
Preprocessor.TargetType targetType)
Return only the targets of the given type.
|
int |
hashCode() |
java.lang.String |
toString() |
public final Preprocessor.TargetType targetType
public final long targetId
public Preprocessor.GraphModifyTarget(Preprocessor.TargetType targetType, long targetId)
targetType
- the target typetargetId
- the target IDpublic static java.util.List<Preprocessor.GraphModifyTarget> filterByType(java.util.Collection<Preprocessor.GraphModifyTarget> targets, Preprocessor.TargetType targetType)
targets
- some targetstargetType
- the desired type of targetpublic boolean equals(java.lang.Object o)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object
public java.lang.String toString()
toString
クラス内 java.lang.Object