(Tuple t)
| 969 | protected abstract void generatedCodeWriteElements(DataOutput out) throws IOException; |
| 970 | |
| 971 | protected int compareSize(Tuple t) { |
| 972 | return compare(size(), t.size()); |
| 973 | } |
| 974 | |
| 975 | protected int compareNull(boolean usNull, boolean themNull) { |
| 976 | if (usNull && themNull) { |
no test coverage detected