public static class ConstantPool.ConstValue_Pair extends ConstantPool.ConstValue
isSet, tag
Constructor and Description |
---|
ConstValue_Pair(Tables.ConstType tag,
ConstantPool.ConstCell left,
ConstantPool.ConstCell right) |
Modifier and Type | Method and Description |
---|---|
protected int |
_hashCode() |
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
toString() |
void |
write(CheckedDataOutputStream out) |
_toString, hashCode, hasValue, size
public ConstValue_Pair(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right)
public boolean equals(Object obj)
ConstantPool.ConstValue
equals
in class ConstantPool.ConstValue
obj
- the object to compare withpublic String toString()
toString
in class ConstantPool.ConstValue
protected int _hashCode()
_hashCode
in class ConstantPool.ConstValue
public void write(CheckedDataOutputStream out) throws IOException
write
in class ConstantPool.ConstValue
IOException
Copyright © 2021. All Rights Reserved.