public final class Hash extends Object implements Serializable, Comparable<Hash>
Modifier and Type | Method and Description |
---|---|
static Hash |
combine(Hash... hashes) |
int |
compareTo(Hash other) |
boolean |
equals(Object object) |
static Hash |
fromLongs(long high,
long low) |
long |
getHigh() |
long |
getLow() |
int |
hashCode() |
static Hash |
murmur3(CharSequence... args) |
String |
toString() |
void |
toString(Appendable out) |
public static Hash fromLongs(long high, long low)
public static Hash murmur3(CharSequence... args)
public long getHigh()
public long getLow()
public int compareTo(Hash other)
compareTo
in interface Comparable<Hash>
public void toString(Appendable out) throws IOException
IOException
Copyright © 2015–2016 FBK-irst. All rights reserved.