- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkedQueue (0.04 sec)
-
guava-testlib/src/com/google/common/collect/testing/TestsForQueuesInJavaUtil.java
Queue<String> queue = new LinkedList<>(MinimalCollection.of(elements)); return Collections.checkedQueue(queue, String.class); } }) .named("checkedQueue/LinkedList") .withFeatures( CollectionFeature.GENERAL_PURPOSE, CollectionFeature.ALLOWS_NULL_VALUES,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 16:28:01 UTC 2025 - 9.5K bytes - Viewed (0)