Modifier and Type | Field and Description |
---|---|
public final int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Implements abstract jdk. Indicates whether some other object is "equal to" this one. |
public String | toString()
Overrides jdk. Returns a string representation of the object. |
handlerPos | back to summary |
---|---|
public final int handlerPos |
ExceptionHandler | back to summary |
---|---|
public ExceptionHandler(int pcOffset, int handlerPos) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Implements abstract jdk. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
toString | back to summary |
---|---|
public String toString() Overrides jdk. Doc from java. Returns a string representation of the object. |