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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java99 public int hashCode() method in class:Line
101 return getText().hashCode();
H A DVersion.java323 else if (hashCode() != o.hashCode())
333 public int hashCode() method in class:Version
335 return toString().hashCode();
/opengrok/src/org/opensolaris/opengrok/history/
H A DTagEntry.java125 public int hashCode() { method in class:TagEntry
130 return this.date.hashCode();
/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java251 public int hashCode() { method in class:Hit
252 return filename.hashCode();
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DProject.java232 public int hashCode() { method in class:Project
234 hash = 41 * hash + (this.description == null ? 0 : this.description.toUpperCase(Locale.getDefault()).hashCode());
H A DGroup.java164 public int hashCode() { method in class:Group
166 hash = 41 * hash + (this.name == null ? 0 : this.name.toUpperCase(Locale.getDefault()).hashCode());
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java202 public int hashCode() { method in class:Message
204 hash = 41 * hash + (this.created == null ? 0 : this.created.hashCode());
205 hash = 29 * hash + (this.text == null ? 0 : this.text.hashCode());
206 hash = 17 * hash + (this.tags == null ? 0 : this.tags.hashCode());
207 hash = 13 * hash + (this.expiration == null ? 0 : this.expiration.hashCode());
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java1175 public int hashCode() { method in class:IndexDatabase
1177 hash = 41 * hash + (this.project == null ? 0 : this.project.hashCode());
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 24 milliseconds