|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.Cycle<VertexType>
VertexType
- public class Cycle<VertexType extends BaseVertex>
I think this is enough for a path;
Constructor Summary | |
---|---|
Cycle()
|
Method Summary | |
---|---|
VertexType |
get(int i)
|
void |
insert(VertexType vertex)
|
void |
insert(VertexType vertex,
int position)
|
java.util.Iterator |
iterator()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cycle()
Method Detail |
---|
public void insert(VertexType vertex)
public void insert(VertexType vertex, int position)
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
public VertexType get(int i)
public int size()
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |