- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for createNewEntry (0.1 sec)
-
guava/src/com/google/common/cache/LocalCache.java
ReferenceEntry<K, V> e; ValueReference<K, V> valueReference = null; LoadingValueReference<K, V> loadingValueReference = null; boolean createNewEntry = true; lock(); try { // re-read ticker once inside the lock long now = map.ticker.read(); preWriteCleanup(now); int newCount = this.count - 1;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 149.2K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
abstract void threshold_$eq(int); public abstract int[] sizemap(); public abstract void sizemap_$eq(int[]); public abstract int seedvalue(); public abstract void seedvalue_$eq(int); public abstract int tableSizeSeed(); public abstract HashEntry createNewEntry(Object, Object); public abstract void nnSizeMapAdd(int); public abstract void nnSizeMapRemove(int); public abstract void nnSizeMapReset(int); public abstract int calcSizeMapSize(int); public abstract boolean elemEquals(Object, Object); public...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)