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 class
private static class
Fields in org.eclipse.aether.internal.impl.collect declared as DataPool.InternPoolModifier and TypeFieldDescriptionprivate final DataPool.InternPool<Artifact,
Artifact> DataPool.artifacts
Artifact interning pool, lives across session (if session carries non-nullRepositoryCache
).private final DataPool.InternPool<Dependency,
Dependency> DataPool.dependencies
Dependency interning pool, lives across session (if session carries non-nullRepositoryCache
).private final DataPool.InternPool<Object,
DataPool.Descriptor> DataPool.descriptors
Descriptor 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)