Home
last modified time | relevance | path

Searched refs:mHash (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DAgingHash.java12 private HashMap<KeyType, AgingItem<ValueType>> mHash = new HashMap<>(); field in AgingHash
26 mHash.put(key, item); in put()
30 AgingItem<ValueType> item = mHash.get(key); in get()
37 mHash.remove(key); in remove()
43 Iterator it = mHash.entrySet().iterator(); in ageItems()