(final Item item)
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public boolean comparable(final Item item) { |
| 68 | return item.type.isStringOrUntyped(); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public boolean deepEqual(final Item item, final DeepEqual deep) throws QueryException { |
no test coverage detected