public final class EKey
extends java.lang.Object
| Constructor and Description |
|---|
EKey(MemberDescriptor member,
Direction direction,
boolean stable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Direction |
getDirection() |
int |
hashCode() |
EKey |
hashed() |
EKey |
mkBase() |
java.lang.String |
toString() |
public EKey(MemberDescriptor member, Direction direction, boolean stable)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EKey mkBase()
public EKey hashed()
public Direction getDirection()
public java.lang.String toString()
toString in class java.lang.Object