Home
last modified time | relevance | path

Searched defs:UNMODIFIABLE (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DIteratorFeature.java56 public static final Set<IteratorFeature> UNMODIFIABLE = field in IteratorFeature
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DPeekingIteratorTest.java80 new IteratorTester<T>(list.size() * 2 + 2, UNMODIFIABLE, list, in actsLikeIteratorHelper() local
/external/guava/guava-tests/test/com/google/common/collect/
DPeekingIteratorTest.java81 new IteratorTester<T>(list.size() * 2 + 2, UNMODIFIABLE, list, in actsLikeIteratorHelper() local