Uses of Interface
org.eclipse.aether.internal.impl.collect.DataPool.InternPool
Packages that use DataPool.InternPool
Package
Description
Internal helper classes for dependency collector.
-
Uses of DataPool.InternPool in org.eclipse.aether.internal.impl.collect
Classes in org.eclipse.aether.internal.impl.collect that implement DataPool.InternPoolModifier and TypeClassDescriptionprivate static classprivate static classFields in org.eclipse.aether.internal.impl.collect declared as DataPool.InternPoolModifier and TypeFieldDescriptionprivate final DataPool.InternPool<Artifact, Artifact> DataPool.artifactsArtifact interning pool, lives across session (if session carries non-nullRepositoryCache).private final DataPool.InternPool<Dependency, Dependency> DataPool.dependenciesDependency interning pool, lives across session (if session carries non-nullRepositoryCache).private final DataPool.InternPool<Object, DataPool.Descriptor> DataPool.descriptorsDescriptor interning pool, lives across session (if session carries non-nullRepositoryCache).Methods in org.eclipse.aether.internal.impl.collect that return DataPool.InternPoolModifier and TypeMethodDescriptionprivate static <K,V> DataPool.InternPool <K, V> DataPool.createPool(String type)