Uses of Interface
org.eclipse.aether.internal.impl.collect.DataPool.InternPool
-
Packages that use DataPool.InternPool Package Description org.eclipse.aether.internal.impl.collect 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.InternPool Modifier and Type Class Description private static class
DataPool.HardInternPool<K,V>
private static class
DataPool.WeakInternPool<K,V>
Fields in org.eclipse.aether.internal.impl.collect declared as DataPool.InternPool Modifier and Type Field Description private DataPool.InternPool<Artifact,Artifact>
DataPool. artifacts
Artifact interning pool, lives across session (if session carries non-nullRepositoryCache
).private DataPool.InternPool<Dependency,Dependency>
DataPool. dependencies
Dependency interning pool, lives across session (if session carries non-nullRepositoryCache
).private DataPool.InternPool<java.lang.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.InternPool Modifier and Type Method Description private static <K,V>
DataPool.InternPool<K,V>DataPool. createPool(java.lang.String type)
-