- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for findEntryByKey (0.06 seconds)
-
android/guava/src/com/google/common/collect/HashBiMap.java
/** Given a key, returns the index of the entry in the tables, or ABSENT if not found. */ private int findEntryByKey(@Nullable Object key) { return findEntryByKey(key, smearedHash(key)); } /** * Given a key and its hash, returns the index of the entry in the tables, or ABSENT if not found. */ private int findEntryByKey(@Nullable Object key, int keyHash) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 37K bytes - Click Count (0)