(ReferenceEntry<K, V> entry)
| 1737 | } |
| 1738 | |
| 1739 | void reclaimKey(ReferenceEntry<K, V> entry) { |
| 1740 | int hash = entry.getHash(); |
| 1741 | segmentFor(hash).reclaimKey(entry, hash); |
| 1742 | } |
| 1743 | |
| 1744 | /** |
| 1745 | * This method is a convenience for testing. Code should call {@link Segment#getLiveValue} |