OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:assertIteratorIsUnmodifiable
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java
61
public static void
assertIteratorIsUnmodifiable
(Iterator<?> iterator) {
142
assertIteratorIsUnmodifiable
(collection.iterator());