public class ClassMetrics extends Object
Constructor and Description |
---|
ClassMetrics(int offset,
int length)
Constructs a ClassMetrics object with the specified offset and length.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode() |
int |
length() |
int |
offset() |
String |
toString() |
public ClassMetrics(int offset, int length)
offset
- the offset valuelength
- the length valuepublic int offset()
public int length()
public boolean equals(Object o)
public int hashCode()
Copyright © 2023. All rights reserved.