public static void Write( DataOutput output, IntSeqKeyTwo key) { output.WriteInt(key.One); output.WriteInt(key.Last); }
protected bool Equals(IntSeqKeyTwo other) { return One == other.One && Two == other.Two; }