|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | |||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.cache.CacheKey
public class CacheKey
Hash value generator for cache keys
| 构造器摘要 | |
|---|---|
CacheKey()
Default constructor |
|
CacheKey(int initialNonZeroOddNumber)
Constructor that supplies an initial hashcode |
|
CacheKey(int initialNonZeroOddNumber,
int multiplierNonZeroOddNumber)
Costructor that supplies an initial hashcode and multiplier |
|
| 方法摘要 | |
|---|---|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
java.lang.String |
toString()
|
CacheKey |
update(int x)
Updates this object with new information based on an int value |
CacheKey |
update(java.lang.Object object)
Updates this object with new information based on an object |
| 类方法继承: java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 构造器详细信息 |
|---|
public CacheKey()
public CacheKey(int initialNonZeroOddNumber)
initialNonZeroOddNumber - - the hashcode to use
public CacheKey(int initialNonZeroOddNumber,
int multiplierNonZeroOddNumber)
initialNonZeroOddNumber - - the hashcode to usemultiplierNonZeroOddNumber - - the multiplier to use| 方法详细信息 |
|---|
public CacheKey update(int x)
x - - the int value
public CacheKey update(java.lang.Object object)
object - - the object
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 | |||||||||