(Object other)
| 368 | protected abstract int generatedCodeCompareToSpecific(T t); |
| 369 | |
| 370 | @Override |
| 371 | public boolean equals(Object other) { |
| 372 | return (compareTo(other) == 0); |
| 373 | } |
| 374 | |
| 375 | protected DataBag unbox(Object v, DataBag t) { |
| 376 | return unbox((DataBag) v); |
no test coverage detected