public abstract class Hit<T> extends Object implements Comparable<Hit<T>>
| Constructor and Description |
|---|
Hit() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Hit<T> o) |
static <T> Hit<T> |
create(T result,
float score) |
abstract T |
getResult() |
float |
getScore() |
abstract int |
getScoreInt() |
Copyright © 2015. All Rights Reserved.