Class SVNEntryHashMap
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.SVNHashMap
-
- org.tmatesoft.svn.core.internal.util.SVNEntryHashMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map
public class SVNEntryHashMap extends SVNHashMap
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classSVNEntryHashMap.PooledTableEntry-
Nested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.util.SVNHashMap
SVNHashMap.TableEntry
-
-
Constructor Summary
Constructors Constructor Description SVNEntryHashMap(java.util.Map<?,?> map, SVNObjectsPool pool)SVNEntryHashMap(SVNObjectsPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SVNHashMap.TableEntrycreateTableEntry(java.lang.Object key, java.lang.Object value, int hash)java.lang.Objectput(java.lang.Object key, java.lang.Object value)-
Methods inherited from class org.tmatesoft.svn.core.internal.util.SVNHashMap
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, init, isEmpty, keySet, putAll, remove, size, toString, values
-
-
-
-
Constructor Detail
-
SVNEntryHashMap
public SVNEntryHashMap(SVNObjectsPool pool)
-
SVNEntryHashMap
public SVNEntryHashMap(java.util.Map<?,?> map, SVNObjectsPool pool)
-
-
Method Detail
-
put
public java.lang.Object put(java.lang.Object key, java.lang.Object value)- Specified by:
putin interfacejava.util.Map- Overrides:
putin classSVNHashMap
-
createTableEntry
protected SVNHashMap.TableEntry createTableEntry(java.lang.Object key, java.lang.Object value, int hash)
- Overrides:
createTableEntryin classSVNHashMap
-
-