Uses of Interface
dev.nm.stat.random.rng.concurrent.cache.ConcurrentCachedGenerator.Generator
-
Packages that use ConcurrentCachedGenerator.Generator Package Description dev.nm.stat.random.rng.concurrent.cache -
-
Uses of ConcurrentCachedGenerator.Generator in dev.nm.stat.random.rng.concurrent.cache
Constructors in dev.nm.stat.random.rng.concurrent.cache with parameters of type ConcurrentCachedGenerator.Generator Constructor Description ConcurrentCachedGenerator(ConcurrentCachedGenerator.Generator<T> generator, int cacheSize)
Creates a new instance which wraps the given item generator and uses a cache of the specified size.
-