org.apache.hadoop.record.meta
Class VectorTypeID
java.lang.Object
org.apache.hadoop.record.meta.TypeID
org.apache.hadoop.record.meta.VectorTypeID
public class VectorTypeID
- extends TypeID
Represents typeID for vector.
Method Summary |
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 |
VectorTypeID
public VectorTypeID(TypeID typeIDElement)
getElementTypeID
public TypeID getElementTypeID()
equals
public boolean equals(Object o)
- Two vector typeIDs are equal if their constituent elements have the
same type
- Overrides:
equals
in class TypeID
hashCode
public int hashCode()
- We use a basic hashcode implementation, since this class will likely not
be used as a hashmap key
- Overrides:
hashCode
in class TypeID
Copyright © 2009 The Apache Software Foundation