Searched refs:CountingFunction (Results 1 – 1 of 1) sorted by relevance
84 CountingFunction computingFunction = new CountingFunction(); in testCompute()106 CountingFunction computingFunction = new CountingFunction(); in testRecordReadOnCompute()150 CountingFunction computingFunction = new CountingFunction(); in testComputeExistingEntry()165 CountingFunction computingFunction = new CountingFunction(); in testComputePartiallyCollectedKey()194 CountingFunction computingFunction = new CountingFunction(); in testComputePartiallyCollectedValue()224 CountingFunction computingFunction = new CountingFunction(); in testComputeExpiredEntry()302 private static class CountingFunction implements Function<Object, Object> { class in ComputingConcurrentHashMapTest