Searched refs:MapConstraint (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMapConstraint.java50 public interface MapConstraint<K, V> { interface
H A DMutableClassToInstanceMap.java63 private static final MapConstraint<Class<?>, Object> VALUE_CAN_BE_CAST_TO_KEY
64 = new MapConstraint<Class<?>, Object>() {
H A DMapConstraints.java38 * Factory and utilities pertaining to the {@code MapConstraint} interface.
53 public static MapConstraint<Object, Object> notNull() {
58 private enum NotNullMapConstraint implements MapConstraint<Object, Object> {
85 Map<K, V> map, MapConstraint<? super K, ? super V> constraint) {
106 Multimap<K, V> multimap, MapConstraint<? super K, ? super V> constraint) {
128 MapConstraint<? super K, ? super V> constraint) {
149 MapConstraint<? super K, ? super V> constraint) {
170 MapConstraint<? super K, ? super V> constraint) {
185 final MapConstraint<? super K, ? super V> constraint) {
211 final MapConstraint<
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DConstrainedBiMapTest.java41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
93 private static final class TestConstraint implements MapConstraint<String, String> {
H A DConstrainedMapTest.java41 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
92 private static final class TestConstraint implements MapConstraint<String, String> {
H A DMapConstraintsTest.java64 static final MapConstraint<String, Integer> TEST_CONSTRAINT
68 implements MapConstraint<String, Integer>, Serializable {
82 MapConstraint<Object, Object> constraint = MapConstraints.notNull();
/external/guava/guava-tests/test/com/google/common/collect/
H A DConstrainedMapTest.java48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
117 private static final class TestConstraint implements MapConstraint<String, String> {
H A DConstrainedBiMapTest.java48 private static final MapConstraint<String, String> TEST_CONSTRAINT = new TestConstraint();
119 private static final class TestConstraint implements MapConstraint<String, String> {
H A DConstrainedSetMultimapTest.java40 private enum Constraint implements Serializable, MapConstraint<String, String> {
H A DMapConstraintsTest.java66 static final MapConstraint<String, Integer> TEST_CONSTRAINT
70 implements MapConstraint<String, Integer>, Serializable {
84 MapConstraint<Object, Object> constraint = MapConstraints.notNull();
/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java51 import com.google.common.collect.MapConstraint;
277 .put(MapConstraint.class, MapConstraints.notNull())
/external/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java44 import com.google.common.collect.MapConstraint;
230 assertNotNull(ArbitraryInstances.get(MapConstraint.class));
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 234 milliseconds