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