OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueueSupplier
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java
545
private static class
QueueSupplier
extends CountingSupplier<Queue<Integer>> {
554
CountingSupplier<Queue<Integer>> factory = new
QueueSupplier
();
578
CountingSupplier<Queue<Integer>> factory = new
QueueSupplier
();
[
all
...]
MapConstraintsTest.java
420
private static class
QueueSupplier
implements Supplier<Queue<Integer>> {
429
new HashMap<String, Collection<Integer>>(), new
QueueSupplier
());
Completed in 40 milliseconds