HomeSort by relevance Sort by last modified time
    Searched defs:equalsOrThrow (Results 1 - 3 of 3) sorted by null

  /external/guava/guava/src/com/google/common/collect/
RegularContiguousSet.java 74 return equalsOrThrow(previous, last) ? null : domain.next(previous);
79 private static boolean equalsOrThrow(Comparable<?> left, @Nullable Comparable<?> right) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 72 return equalsOrThrow(previous, last) ? null : domain.next(previous);
77 private static boolean equalsOrThrow(Comparable<?> left, @Nullable Comparable<?> right) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 21 milliseconds