Searched defs:Hit (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DHit.java33 public class Hit implements Comparable<Hit> { class in inherits:Comparable
70 * Creates a new instance of Hit
72 public Hit() { method in class:Hit
77 * Creates a new instance of Hit
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { method in class:Hit
182 public int compareTo(Hit o) throws ClassCastException {
237 * to match the return value of the {@link #compareTo(Hit)} method.
243 if (o instanceof Hit) {
244 return compareTo((Hit)
[all...]

Completed in 7 milliseconds