Class ImmutableSequentialGraph

java.lang.Object
it.unimi.dsi.big.webgraph.ImmutableGraph
it.unimi.dsi.big.webgraph.ImmutableSequentialGraph
All Implemented Interfaces:
FlyweightPrototype<ImmutableGraph>
Direct Known Subclasses:
ArcListASCIIGraph, ASCIIGraph, IncrementalImmutableSequentialGraph, IntegerListImmutableGraph, ScatteredArcsASCIIGraph, Transform.BatchGraph

public abstract class ImmutableSequentialGraph extends ImmutableGraph
An abstract immutable graph that throws an UnsupportedOperationException on all random-access methods.

The main purpose of this class is to be used as a base for the numerous anonymous classes that do not support random access.