com.intel.hadoop.graphbuilder.types
Class EmptyType
java.lang.Object
com.intel.hadoop.graphbuilder.types.EmptyType
- All Implemented Interfaces:
- Mergable<EmptyType>, org.apache.hadoop.io.Writable
public class EmptyType
- extends java.lang.Object
- implements org.apache.hadoop.io.Writable, Mergable<EmptyType>
Basic type in the library. Represents a dummy type of empty.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INSTANCE
public static final EmptyType INSTANCE
EmptyType
public EmptyType()
readFields
public void readFields(java.io.DataInput arg0)
throws java.io.IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
write
public void write(java.io.DataOutput arg0)
throws java.io.IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
add
public void add(EmptyType other)
- Specified by:
add
in interface Mergable<EmptyType>