Package com.netflix.nfgraph

Interface Summary
OrdinalIterator OrdinalIterator is the interface used to iterate over a set of connections.

An OrdinalIterator may be obtained for a set of connections directly from an NFGraph or via an OrdinalSet obtained from an NFGraph.

 

Class Summary
NFGraph NFGraph represents a directed graph and is the base class for the two flavors of NetflixGraph (NFBuildGraph and NFCompressedGraph).
OrdinalSet OrdinalSet is the interface used to represent a set of connections.

An OrdinalSet is obtained directly from an NFGraph.