Class PrimitiveType<T extends Serializable & Comparable<T>>
java.lang.Object
org.web3j.abi.datatypes.primitive.PrimitiveType<T>
- All Implemented Interfaces:
Type<T>
public abstract class PrimitiveType<T extends Serializable & Comparable<T>>
extends Object
implements Type<T>
-
Field Summary
Fields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.web3j.abi.datatypes.Type
bytes32PaddedLength
-
Method Details
-
getValue
- Specified by:
getValuein interfaceType<T extends Serializable & Comparable<T>>
-
getTypeAsString
- Specified by:
getTypeAsStringin interfaceType<T extends Serializable & Comparable<T>>
-
toSolidityType
-
equals
-
hashCode
public int hashCode()
-