| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Type |
|
| 0.0;0 |
| 1 | // BSD License (http://galagosearch.org) | |
| 2 | ||
| 3 | package org.galagosearch.tupleflow; | |
| 4 | ||
| 5 | /** | |
| 6 | * | |
| 7 | * @author trevor | |
| 8 | */ | |
| 9 | public interface Type<T> { | |
| 10 | public Order<T> getOrder(String... fields); | |
| 11 | } |