public class GraphImpl extends AbstractSet implements Graph
| Constructor and Description |
|---|
GraphImpl() |
GraphImpl(Collection coll) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object obj) |
NodeData |
getNodeData(Node node) |
Set |
getRoots() |
Iterator |
iterator() |
int |
size() |
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic GraphImpl()
public GraphImpl(Collection coll)
public boolean add(Object obj)
add in interface Collectionadd in interface Setadd in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic NodeData getNodeData(Node node)
getNodeData in interface GraphCopyright © 2018 JBoss by Red Hat. All rights reserved.