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

/external/guava/guava/src/com/google/common/collect/
H A DMapConstraints.java373 new InverseConstraint<V, K>(constraint));
384 private static class InverseConstraint<K, V> implements MapConstraint<K, V> { class in class:MapConstraints
387 public InverseConstraint(MapConstraint<? super V, ? super K> constraint) { method in class:MapConstraints.InverseConstraint

Completed in 47 milliseconds