Class MinHashFilter.LongPair
java.lang.Object
org.apache.lucene.analysis.minhash.MinHashFilter.LongPair
- All Implemented Interfaces:
Comparable<MinHashFilter.LongPair>
- Enclosing class:
- MinHashFilter
static final class MinHashFilter.LongPair
extends Object
implements Comparable<MinHashFilter.LongPair>
128 bits of state
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(MinHashFilter.LongPair other) boolean
int
hashCode()
-
Field Details
-
val1
public long val1 -
val2
public long val2
-
-
Constructor Details
-
LongPair
LongPair()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<MinHashFilter.LongPair>
-
equals
-
hashCode
public int hashCode()
-