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

/opengrok/egrok/src/org/opensolaris/opengrok/egrok/model/
H A DHit.java7 public class Hit { class
21 public Hit(JSONObject jsonobj) { method in class:Hit
38 public Hit(String directory, String filename, int lineno, String line, method in class:Hit
/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java34 public class Hit implements Comparable<Hit> { class in inherits:Comparable
71 * Creates a new instance of Hit
73 public Hit() { method in class:Hit
78 * Creates a new instance of Hit
86 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { method in class:Hit
183 public int compareTo(Hit o) throws ClassCastException {
238 * to match the return value of the {@link #compareTo(Hit)} method.
244 if (o instanceof Hit) {
245 return compareTo((Hit)
[all...]

Completed in 16 milliseconds