43444546474849505152
} @Override public final boolean equals(Object thatSize) { if (thatSize instanceof SizeValue) { SizeValue that = (SizeValue) thatSize; return this.asLong() == that.asLong(); } return false; }