Uses of Class
cdc.graphs.impl.BasicLightGraph.CollectionKind
-
Packages that use BasicLightGraph.CollectionKind Package Description cdc.graphs.impl -
-
Uses of BasicLightGraph.CollectionKind in cdc.graphs.impl
Methods in cdc.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.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)
-