Uses of Class
cdc.util.graphs.impl.BasicLightGraph.CollectionKind
-
-
Uses of BasicLightGraph.CollectionKind in cdc.util.graphs.impl
Methods in cdc.util.graphs.impl that return BasicLightGraph.CollectionKind Modifier and Type Method Description static BasicLightGraph.CollectionKindBasicLightGraph.CollectionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static BasicLightGraph.CollectionKind[]BasicLightGraph.CollectionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cdc.util.graphs.impl with parameters of type BasicLightGraph.CollectionKind Constructor Description BasicLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind)BasicLightGraph(BasicLightGraph.CollectionKind collectionKind)BasicSuperLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind)
-