public class MemoryIndex.Entry extends Object implements Comparable<MemoryIndex.Entry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemoryIndex.Entry o) |
boolean |
equals(Object o) |
double |
getScore() |
T |
getValue() |
String |
toString() |
public int compareTo(MemoryIndex.Entry o)
compareTo in interface Comparable<MemoryIndex.Entry>public double getScore()
public T getValue()
Copyright © 2017. All rights reserved.