Searched refs:checkedQueue (Results 1 – 2 of 2) sorted by relevance
58 import static java.util.Collections.checkedQueue;405 Queue queue = checkedQueue(new LinkedBlockingDeque<>(2), CharSequence.class); in test_checkedQueue()
108 … public static <E> java.util.Queue<@libcore.util.NullFromTypeParam E> checkedQueue(@libcore.util.N… in checkedQueue() method in Collections