Home
last modified time | relevance | path

Searched defs:copyEntry (Results 1 – 3 of 3) sorted by relevance

/external/guava/src/com/google/common/collect/
DMapMaker.java360 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
389 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
419 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
459 abstract <K, V> ReferenceEntry<K, V> copyEntry(K key, in copyEntry() method in MapMaker.Strength
545 public ReferenceEntry<K, V> copyEntry(K key, in copyEntry() method in MapMaker.StrategyImpl
DCustomConcurrentHashMap.java336 E copyEntry(K key, E original, E newNext); in copyEntry() method
2110 public SimpleInternalEntry<K, V> copyEntry(K key, in copyEntry() method in CustomConcurrentHashMap.SimpleStrategy
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DHashMapTest.java734 Map.Entry copyEntry = new MockEntry(); in test_EntrySet() local