Uses of Enum Class
cdc.graphs.impl.BasicLightGraph.CollectionKind
Packages that use BasicLightGraph.CollectionKind
-
Uses of BasicLightGraph.CollectionKind in cdc.graphs.impl
Methods in cdc.graphs.impl that return BasicLightGraph.CollectionKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BasicLightGraph.CollectionKind[]BasicLightGraph.CollectionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cdc.graphs.impl with parameters of type BasicLightGraph.CollectionKindModifierConstructorDescriptionBasicLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind) BasicLightGraph(BasicLightGraph.CollectionKind collectionKind) BasicSuperLightGraph(boolean sorted, BasicLightGraph.CollectionKind collectionKind)