Class ArcLabelledImmutableSequentialGraph

All Implemented Interfaces:
it.unimi.dsi.lang.FlyweightPrototype<ImmutableGraph>
Direct Known Subclasses:
IntegerTriplesArcLabelledImmutableGraph

public abstract class ArcLabelledImmutableSequentialGraph extends ArcLabelledImmutableGraph
An abstract arc-labelled 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.