protected static class SVNHashMap.TableEntry
extends java.lang.Object
implements java.util.Map.Entry
| Modifier | Constructor and Description |
|---|---|
protected |
TableEntry() |
|
TableEntry(java.lang.Object key,
java.lang.Object value,
int hash) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
int |
hashCode() |
protected void |
init(java.lang.Object key,
java.lang.Object value,
int hash) |
java.lang.Object |
setValue(java.lang.Object value) |
protected TableEntry()
public TableEntry(java.lang.Object key,
java.lang.Object value,
int hash)
protected void init(java.lang.Object key,
java.lang.Object value,
int hash)
public java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.Entrypublic java.lang.Object getValue()
getValue in interface java.util.Map.Entrypublic java.lang.Object getKey()
getKey in interface java.util.Map.Entrypublic int hashCode()
hashCode in interface java.util.Map.EntryhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entryequals in class java.lang.ObjectCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.