Home
last modified time | relevance | path

Searched refs:QueueSupplier (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMultimapsTest.java382 new HashMap<String, Collection<Integer>>(), new QueueSupplier()); in testAsMap_multimap()
570 private static class QueueSupplier extends CountingSupplier<Queue<Integer>> { class in MultimapsTest
625 CountingSupplier<Queue<Integer>> factory = new QueueSupplier(); in testNewMultimap()
649 CountingSupplier<Queue<Integer>> factory = new QueueSupplier(); in testNewMultimapSerialization()
DMapConstraintsTest.java420 private static class QueueSupplier implements Supplier<Queue<Integer>> { class in MapConstraintsTest
429 new HashMap<String, Collection<Integer>>(), new QueueSupplier()); in testConstrainedMultimapQueue()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMultimapsTest.java290 new HashMap<String, Collection<Integer>>(), new QueueSupplier()); in testAsMap_multimap()
469 private static class QueueSupplier extends CountingSupplier<Queue<Integer>> { class in MultimapsTest
524 CountingSupplier<Queue<Integer>> factory = new QueueSupplier(); in testNewMultimap()
DMapConstraintsTest.java418 private static class QueueSupplier implements Supplier<Queue<Integer>> { class in MapConstraintsTest
427 new HashMap<String, Collection<Integer>>(), new QueueSupplier()); in testConstrainedMultimapQueue()