Modifier and Type | Field and Description |
---|---|
String |
_fields |
byte[] |
bytes |
int |
code |
int |
length |
int |
size |
String |
string_value |
Constructor and Description |
---|
UtfStringConstant() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns if this object is considered equal to the other object.
|
int |
hashCode()
Returns a hashCode for the object.
|
String |
toString()
Return a String representation of this object.
|
public int code
public int length
public String string_value
public byte[] bytes
public int size
public String _fields
public int hashCode()
Object
public String toString()
Object