public class SVNEntryHashMap extends SVNHashMap
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SVNEntryHashMap.PooledTableEntry |
SVNHashMap.TableEntry| Constructor and Description |
|---|
SVNEntryHashMap(Map<?,?> map,
SVNObjectsPool pool) |
SVNEntryHashMap(SVNObjectsPool pool) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNHashMap.TableEntry |
createTableEntry(Object key,
Object value,
int hash) |
Object |
put(Object key,
Object value) |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, init, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SVNEntryHashMap(SVNObjectsPool pool)
public SVNEntryHashMap(Map<?,?> map, SVNObjectsPool pool)
public Object put(Object key, Object value)
put in interface Mapput in class SVNHashMapprotected SVNHashMap.TableEntry createTableEntry(Object key, Object value, int hash)
createTableEntry in class SVNHashMapCopyright © 2025. All rights reserved.