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, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public SVNHashMap()
public SVNHashMap(Map map)
protected void init()
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
protected 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 Object
CloneNotSupportedException
Copyright © 2018. All rights reserved.