Class MinHashFilter.LongPair
- java.lang.Object
-
- org.apache.lucene.analysis.minhash.MinHashFilter.LongPair
-
- All Implemented Interfaces:
java.lang.Comparable<MinHashFilter.LongPair>
- Enclosing class:
- MinHashFilter
static final class MinHashFilter.LongPair extends java.lang.Object implements java.lang.Comparable<MinHashFilter.LongPair>
128 bits of state
-
-
Constructor Summary
Constructors Constructor Description LongPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(MinHashFilter.LongPair other)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(MinHashFilter.LongPair other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<MinHashFilter.LongPair>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-