Method
compare
(final Item item, final Collation coll, final boolean transitive,
final InputInfo ii)
Source from the content-addressed store, hash-verified
| 127 | } |
| 128 | |
| 129 | @Override |
| 130 | public final int compare(final Item item, final Collation coll, final boolean transitive, |
| 131 | final InputInfo ii) throws QueryException { |
| 132 | return Token.compare(string(ii), item.string(ii), Collation.get(coll, ii)); |
| 133 | } |
| 134 | |
| 135 | @Override |
| 136 | public boolean equals(final Object obj) { |
Callers
nothing calls this directly
Tested by
no test coverage detected