|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.myJava.file.delta.tools.HashTool
public class HashTool
Constructor Summary | |
---|---|
HashTool()
|
Method Summary | |
---|---|
static int |
hash(int currentHash,
byte value)
|
static int |
update(int currentHash,
byte newValue,
byte oldValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashTool()
Method Detail |
---|
public static int hash(int currentHash, byte value)
public static int update(int currentHash, byte newValue, byte oldValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |