Uses of Class
com.intel.hadoop.graphbuilder.types.EmptyType

Packages that use EmptyType
com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph   
com.intel.hadoop.graphbuilder.parser   
com.intel.hadoop.graphbuilder.types   
 

Uses of EmptyType in com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph
 

Methods in com.intel.hadoop.graphbuilder.demoapps.wikipedia.linkgraph that return types with arguments of type EmptyType
 java.util.Iterator<Edge<StringType,EmptyType>> LinkGraphTokenizer.getEdges()
           
 java.util.Iterator<Vertex<StringType,EmptyType>> LinkGraphTokenizer.getVertices()
           
 

Uses of EmptyType in com.intel.hadoop.graphbuilder.parser
 

Methods in com.intel.hadoop.graphbuilder.parser that return EmptyType
 EmptyType EmptyParser.getValue(java.lang.String text)
           
 

Uses of EmptyType in com.intel.hadoop.graphbuilder.types
 

Fields in com.intel.hadoop.graphbuilder.types declared as EmptyType
static EmptyType EmptyType.INSTANCE
           
 

Methods in com.intel.hadoop.graphbuilder.types with parameters of type EmptyType
 void EmptyType.add(EmptyType other)