Searched refs:testEmptyCollection (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/Collections/
H A DEmptyIterator.java36 testEmptyCollection(Collections.<Object>emptyList());
37 testEmptyCollection(Collections.<Object>emptySet());
38 testEmptyCollection(new java.util.concurrent.
85 testEmptyCollection(m.keySet());
86 testEmptyCollection(m.entrySet());
87 testEmptyCollection(m.values());
111 <E> void testEmptyCollection(final Collection<E> c) { method in class:EmptyIterator
/openjdk7/jdk/test/java/util/List/
H A DLockStep.java159 void testEmptyCollection(Collection<?> c) { method in class:LockStep
172 testEmptyCollection(list);
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java162 private static <T> void testEmptyCollection(Collection<T> c) { method in class:MOAT
193 testEmptyCollection(c);
199 testEmptyCollection(c);
245 testEmptyCollection(c);
254 testEmptyCollection(m.values());
622 testEmptyCollection(deq);
/openjdk7/jdk/test/java/util/NavigableMap/
H A DLockStep.java155 static void testEmptyCollection(Collection<?> c) { method in class:LockStep
169 testEmptyCollection(c);
181 testEmptyCollection(m.values());

Completed in 57 milliseconds