OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountingRemovalListener
(Results
1 - 8
of
8
) sorted by null
/external/guava/guava-tests/test/com/google/common/cache/
TestingRemovalListeners.java
42
* Type-inferring factory method for creating a {@link
CountingRemovalListener
}.
44
static <K, V>
CountingRemovalListener
<K, V>
countingRemovalListener
() {
45
return new
CountingRemovalListener
<K,V>();
64
static class
CountingRemovalListener
<K, V> implements RemovalListener<K, V> {
CacheExpirationTest.java
18
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
24
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
51
CountingRemovalListener
<String, Integer> removalListener =
countingRemovalListener
();
63
CountingRemovalListener
<String, Integer> removalListener =
countingRemovalListener
();
74
FakeTicker ticker,
CountingRemovalListener
<String, Integer> removalListener) {
100
CountingRemovalListener
<String, Integer> removalListener =
countingRemovalListener
();
112
CountingRemovalListener
<String, Integer> removalListener = countingRemovalListener()
[
all
...]
CacheReferencesTest.java
18
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
24
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
128
CountingRemovalListener
<Integer, String> removalListener =
countingRemovalListener
();
153
CountingRemovalListener
<Integer, String> removalListener) {
CacheEvictionTest.java
18
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
27
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
96
CountingRemovalListener
<Integer, Integer> removalListener =
countingRemovalListener
();
115
CountingRemovalListener
<Integer, Integer> removalListener =
countingRemovalListener
();
CacheBuilderTest.java
21
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
31
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
60
.removalListener(
countingRemovalListener
())
375
CountingRemovalListener
<Object, Object> listener =
countingRemovalListener
();
LocalCacheTest.java
25
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
46
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
[
all
...]
CacheLoadingTest.java
22
import static com.google.common.cache.TestingRemovalListeners.
countingRemovalListener
;
30
import com.google.common.cache.TestingRemovalListeners.
CountingRemovalListener
;
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java
897
CountingRemovalListener
<Object, Object> listener =
898
new
CountingRemovalListener
<Object, Object>();
[
all
...]
Completed in 82 milliseconds