Searched defs:copyEntry (Results 1 – 3 of 3) sorted by relevance
| /external/guava/src/com/google/common/collect/ |
| D | MapMaker.java | 360 @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
|
| D | CustomConcurrentHashMap.java | 336 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/ |
| D | HashMapTest.java | 734 Map.Entry copyEntry = new MockEntry(); in test_EntrySet() local
|