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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public SVNEntryHashMap(SVNObjectsPool pool)
public SVNEntryHashMap(Map<?,?> map, SVNObjectsPool pool)
public Object put(Object key, Object value)
put
in interface Map
put
in class SVNHashMap
protected SVNHashMap.TableEntry createTableEntry(Object key, Object value, int hash)
createTableEntry
in class SVNHashMap
Copyright © 2022. All rights reserved.