Uses of Package
org.eclipse.aether.util.graph.manager
Packages that use org.eclipse.aether.util.graph.manager
Package
Description
Various dependency managers for building a dependency graph.
-
Classes in org.eclipse.aether.util.graph.manager used by org.eclipse.aether.util.graph.managerClassDescriptionA dependency manager support class.Warning: this is a special map-like construct that suits only and should be used only in this package! It has the following properties: memorizes once calculated hashCode once hashCode calculated, goes into "read only" mode (put method will fail) otherwise all the rest is same as for
HashMap
This class is not a generic map class; only those methods are "protected" that are in use in this very package.