- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IncomparableValueException (1.19 sec)
-
android/guava/src/com/google/common/collect/ExplicitOrdering.java
return rank(left) - rank(right); // safe because both are nonnegative } private int rank(T value) { Integer rank = rankMap.get(value); if (rank == null) { throw new IncomparableValueException(value); } return rank; } @Override public boolean equals(@Nullable Object object) { if (object instanceof ExplicitOrdering) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 04 13:03:16 UTC 2025 - 2K bytes - Viewed (0)