| Package | Description |
|---|---|
| edu.uci.ics.jung.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
UndirectedOrderedSparseMultigraph<V,E>
An implementation of
UndirectedGraph that is suitable for sparse graphs,
orders its vertex and edge collections according to insertion time, and permits
parallel edges. |
Copyright © 2016. All rights reserved.