public class PooledObjectProcessor<K,V> extends Object
PooledObjectProcessor(int size, Function<K,V> creator)
<R> R
process(K key, Function<V,R> function)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PooledObjectProcessor(int size, Function<K,V> creator)
public <R> R process(K key, Function<V,R> function) throws InterruptedException
InterruptedException
Copyright © 2025. All rights reserved.