public class MD5Key extends Object
equals(Object)
method for objects whose natural method might
be computationally expensive.
Instances are immutable.
Constructor and Description |
---|
MD5Key(Object obj)
Constructs from an object.
|
MD5Key(Object[] objs)
Constructs from an array of objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates if this instance is semantically identical to another object.
|
int |
hashCode()
Returns the hash code of this instance.
|
public MD5Key(Object obj) throws IOException
obj
- The object to have an MD5 checksum computed for
it.IOException
- Couldn't compute MD5 checksum.public MD5Key(Object[] objs) throws IOException
objs
- The objects to have an MD5 checksum computed for
them.IOException
- Couldn't compute MD5 checksum.public boolean equals(Object obj)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.