Searched refs:makeEitherMap (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DConcurrentMapInterfaceTest.java62 @Override protected ConcurrentMap<K, V> makeEitherMap() { method in class:ConcurrentMapInterfaceTest
75 map = makeEitherMap();
138 map = makeEitherMap();
172 map = makeEitherMap();
320 map = makeEitherMap();
384 map = makeEitherMap();
446 map = makeEitherMap();
477 map = makeEitherMap();
543 map = makeEitherMap();
643 map = makeEitherMap();
[all...]
H A DMapInterfaceTest.java146 protected Map<K, V> makeEitherMap() { method in class:MapInterfaceTest
381 map = makeEitherMap();
408 map = makeEitherMap();
432 map = makeEitherMap();
528 map = makeEitherMap();
586 map = makeEitherMap();
612 map = makeEitherMap();
788 final Map<K, V> map = makeEitherMap();
966 Map<K, V> map = makeEitherMap();
1003 final Map<K, V> map = makeEitherMap();
[all...]
H A DSortedMapInterfaceTest.java69 @Override protected SortedMap<K, V> makeEitherMap() { method in class:SortedMapInterfaceTest
104 map = makeEitherMap();
193 map = makeEitherMap();
208 map = makeEitherMap();
223 map = makeEitherMap();

Completed in 226 milliseconds