Constructor and Description |
---|
GraphImpl(GraphStore<T> graphStore) |
Modifier and Type | Method and Description |
---|---|
T |
addNode(T node) |
C |
getContent() |
T |
getNode(int id) |
Iterator<T> |
iterator() |
T |
removeNode(int id) |
void |
setContent(C content) |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public GraphImpl(GraphStore<T> graphStore)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.