OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MODIFIABLE
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
IteratorFeature.java
60
public static final Set<IteratorFeature>
MODIFIABLE
=
/external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java
20
import static com.google.common.collect.testing.IteratorFeature.
MODIFIABLE
;
60
super(master.size() + 3,
MODIFIABLE
, master,
77
// Check with
modifiable
copies of the list
Completed in 26 milliseconds