public final class EmptyOutEdges extends Object
| Constructor and Description | 
|---|
| EmptyOutEdges() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(<any> edge) | 
| void | initialize() | 
| void | initialize(int capacity) | 
| void | initialize(Iterable<<any>> edges) | 
| static EmptyOutEdges | instance() | 
| Iterator<<any>> | iterator() | 
| void | readFields(DataInput dataInput) | 
| void | remove(ObjectWritable targetVertexId) | 
| int | size() | 
| void | write(DataOutput dataOutput) | 
public static EmptyOutEdges instance()
public void initialize(Iterable<<any>> edges)
public void initialize(int capacity)
public void initialize()
public void add(<any> edge)
public void remove(ObjectWritable targetVertexId)
public int size()
public Iterator<<any>> iterator()
public void write(DataOutput dataOutput) throws IOException
IOExceptionpublic void readFields(DataInput dataInput) throws IOException
IOExceptionCopyright © 2013–2018 Apache Software Foundation. All rights reserved.