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