HomeSort by relevance Sort by last modified time
    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 2826 milliseconds