@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class TypeID extends Object
Modifier and Type | Field and Description |
---|---|
static TypeID |
BoolTypeID
Deprecated.
Constant classes for the basic types, so we can share them.
|
static TypeID |
BufferTypeID
Deprecated.
|
static TypeID |
ByteTypeID
Deprecated.
|
static TypeID |
DoubleTypeID
Deprecated.
|
static TypeID |
FloatTypeID
Deprecated.
|
static TypeID |
IntTypeID
Deprecated.
|
static TypeID |
LongTypeID
Deprecated.
|
static TypeID |
StringTypeID
Deprecated.
|
protected byte |
typeVal
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Two base typeIDs are equal if they refer to the same type
|
byte |
getTypeVal()
Deprecated.
Get the type value.
|
int |
hashCode()
Deprecated.
We use a basic hashcode implementation, since this class will likely not
be used as a hashmap key
|
public static final TypeID BoolTypeID
public static final TypeID BufferTypeID
public static final TypeID ByteTypeID
public static final TypeID DoubleTypeID
public static final TypeID FloatTypeID
public static final TypeID LongTypeID
public static final TypeID StringTypeID
protected byte typeVal
public byte getTypeVal()
public boolean equals(Object o)
Copyright © 2015 Apache Software Foundation. All rights reserved.