Class GraphImpl<T extends Node<T>>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractSet<T>
org.glassfish.pfl.basic.graph.GraphImpl<T>
Type Parameters:
T - The type of a Node in the graph, which must extend Node.
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>, Graph<T>

public class GraphImpl<T extends Node<T>> extends AbstractSet<T> implements Graph<T>
Implementation of a simple graph.