- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getInverse (0.05 seconds)
-
android/guava/src/com/google/common/collect/HashBiMap.java
} @Override public @Nullable V get(@Nullable Object key) { int entry = findEntryByKey(key); return (entry == ABSENT) ? null : values[entry]; } @Nullable K getInverse(@Nullable Object value) { int entry = findEntryByValue(value); return (entry == ABSENT) ? null : keys[entry]; } @CanIgnoreReturnValue @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 37K bytes - Click Count (0)