Home | History | Annotate | Download | only in collect

Lines Matching defs:copyEntry

368       <K, V> ReferenceEntry<K, V> copyEntry(
370 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
383 <K, V> ReferenceEntry<K, V> copyEntry(
385 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
398 <K, V> ReferenceEntry<K, V> copyEntry(
400 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
422 <K, V> ReferenceEntry<K, V> copyEntry(
424 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
437 <K, V> ReferenceEntry<K, V> copyEntry(
439 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
452 <K, V> ReferenceEntry<K, V> copyEntry(
454 ReferenceEntry<K, V> newEntry = super.copyEntry
476 <K, V> ReferenceEntry<K, V> copyEntry(
478 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
491 <K, V> ReferenceEntry<K, V> copyEntry(
493 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
506 <K, V> ReferenceEntry<K, V> copyEntry(
508 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
555 <K, V> ReferenceEntry<K, V> copyEntry(
1881 * This method is a convenience for testing. Code should call {@link Segment#copyEntry} directly.
1885 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
1887 return segmentFor(hash).copyEntry(original, newNext);
2183 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) {
2185 ReferenceEntry<K, V> newEntry = map.entryFactory.copyEntry(this, original, newNext);
2661 ReferenceEntry<K, V> newFirst = copyEntry(e, newNext);
2909 newFirst = copyEntry(e, newFirst);