Searched defs:checkEmpty (Results 1 - 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ | ||
H A D | CacheTesting.java | 440 static void checkEmpty(Cache<?, ?> cache) { method in class:CacheTesting 446 checkEmpty(cache.asMap()); 449 static void checkEmpty(ConcurrentMap<?, ?> map) { method in class:CacheTesting 450 checkEmpty(map.keySet()); 451 checkEmpty(map.values()); 452 checkEmpty(map.entrySet()); 472 static void checkEmpty(Collection<?> collection) { method in class:CacheTesting |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ | ||
H A D | JSR166TestCase.java | 1184 void checkEmpty(BlockingQueue q) { method in class:JSR166TestCase |
Completed in 147 milliseconds