Searched refs:mValuePool (Results 1 – 1 of 1) sorted by relevance
98 private final HashMap<TKey, Queue<TValue>> mValuePool; field in LruPool128 mValuePool = new HashMap<>(); in LruPool()153 value = mValuePool.get(key).remove(); in acquire()179 if (!mValuePool.containsKey(key)) { in add()181 mValuePool.put(key, pool); in add()183 pool = mValuePool.get(key); in add()233 Queue<TValue> pool = mValuePool.get(key); in unsafeTrimToSize()237 mValuePool.remove(key); in unsafeTrimToSize()