@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public class VectorTypeID extends TypeID
BoolTypeID, BufferTypeID, ByteTypeID, DoubleTypeID, FloatTypeID, IntTypeID, LongTypeID, StringTypeID, typeVal
Constructor and Description |
---|
VectorTypeID(TypeID typeIDElement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Two vector typeIDs are equal if their constituent elements have the
same type
|
TypeID |
getElementTypeID()
Deprecated.
|
int |
hashCode()
Deprecated.
We use a basic hashcode implementation, since this class will likely not
be used as a hashmap key
|
getTypeVal
public VectorTypeID(TypeID typeIDElement)
public TypeID getElementTypeID()
public boolean equals(Object o)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.