public class RegionEntryLocation
extends java.lang.Object
| Constructor and Description |
|---|
RegionEntryLocation(int offset,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getOffset() |
int |
getSize() |
int |
hashCode() |
RegionEntryLocation |
withSize(int size) |
public int getOffset()
public int getSize()
public RegionEntryLocation withSize(int size)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object