null
149214931494149514961497149814991500
public int compareToReference(Record candidate) { try { final int i = candidate.getField(0, IntValue.class).getValue(); return i - this.key; } catch (NullPointerException npex) { throw new NullKeyFieldException(); } }