Recycler.V<byte[]> |
PageCacheRecycler.bytePage(boolean clear) |
Recycler.V<com.carrotsearch.hppc.DoubleIntOpenHashMap> |
CacheRecycler.doubleIntMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.DoubleObjectOpenHashMap<T>> |
CacheRecycler.doubleObjectMap(int sizing) |
Recycler.V<com.carrotsearch.hppc.FloatIntOpenHashMap> |
CacheRecycler.floatIntMap(int sizing) |
<K,V> Recycler.V<com.carrotsearch.hppc.ObjectObjectOpenHashMap<K,V>> |
CacheRecycler.hashMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectOpenHashSet<T>> |
CacheRecycler.hashSet(int sizing) |
Recycler.V<com.carrotsearch.hppc.IntIntOpenHashMap> |
CacheRecycler.intIntMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.IntObjectOpenHashMap<T>> |
CacheRecycler.intObjectMap(int sizing) |
Recycler.V<int[]> |
PageCacheRecycler.intPage(boolean clear) |
Recycler.V<com.carrotsearch.hppc.LongIntOpenHashMap> |
CacheRecycler.longIntMap(int sizing) |
Recycler.V<com.carrotsearch.hppc.LongLongOpenHashMap> |
CacheRecycler.longLongMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.LongObjectOpenHashMap<T>> |
CacheRecycler.longObjectMap(int sizing) |
Recycler.V<long[]> |
PageCacheRecycler.longPage(boolean clear) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectFloatOpenHashMap<T>> |
CacheRecycler.objectFloatMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectIntOpenHashMap<T>> |
CacheRecycler.objectIntMap(int sizing) |
Recycler.V<Object[]> |
PageCacheRecycler.objectPage() |