- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for obj (0.01 sec)
-
KuromojiItem.java
Objects.hash(pos, reading, segmentation, token); L114: } L115: L116: @Override L117: public boolean equals(final Object obj) { L118: if (this == obj) { L119: return true; L120: } L121: if (obj == null || getClass() != obj.getClass()) { L122: return false; L123: } L124: final KuromojiItem other = (KuromojiItem) obj; L125: if (!Objects.equals(pos, other.pos) || !Objects.equals(reading, other.reading) || !Objects.equals(segmentation,...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.5K bytes