com.intel.hadoop.graphbuilder.types
Class EmptyType

java.lang.Object
  extended by 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.


Field Summary
static EmptyType INSTANCE
           
 
Constructor Summary
EmptyType()
           
 
Method Summary
 void add(EmptyType other)
           
 void readFields(java.io.DataInput arg0)
           
 java.lang.String toString()
           
 void write(java.io.DataOutput arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final EmptyType INSTANCE
Constructor Detail

EmptyType

public EmptyType()
Method Detail

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>