|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.derquinse.lucis.Result
net.sf.derquinse.lucis.Item<T>
public class Item<T>
Result representing a single item.
| Constructor Summary | |
|---|---|
Item(int totalHits,
float maxScore,
long time,
T item)
|
|
| Method Summary | ||
|---|---|---|
static
|
empty()
Returns the empty item. |
|
T |
getItem()
|
|
| Methods inherited from class net.sf.derquinse.lucis.Result |
|---|
getMaxScore, getTime, getTotalHits |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Item(int totalHits,
float maxScore,
long time,
T item)
| Method Detail |
|---|
public static <T> Item<T> empty()
T - Item type.
public T getItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||