public class SVNHashMap extends Object implements Map, Cloneable, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SVNHashMap.TableEntry |
| Constructor and Description |
|---|
SVNHashMap() |
SVNHashMap(Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
protected SVNHashMap.TableEntry |
createTableEntry(Object key,
Object value,
int hash) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
int |
hashCode() |
protected void |
init() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SVNHashMap()
public SVNHashMap(Map map)
protected void init()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mapprotected SVNHashMap.TableEntry createTableEntry(Object key, Object value, int hash)
public Collection values()
public boolean equals(Object o)
public int hashCode()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2025. All rights reserved.