public class Bytes extends Numbers<Byte> implements WholeNumbers<Byte>
Bytes.| Constructor and Description |
|---|
Bytes(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected Byte |
absDiff(Byte actual,
Byte other) |
static Bytes |
instance()
Returns the singleton instance of this class.
|
boolean |
isEven(Byte number) |
protected boolean |
isGreaterThan(Byte value,
Byte other) |
protected Byte |
one() |
protected Byte |
zero() |
areEqual, assertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZero, isGreaterThanOrEqualToareEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsAfter, assertIsAfterOrEqualTo, assertIsBefore, assertIsBeforeOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, equals, getComparator, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitassertIsEven, assertIsOdd, isOddpublic Bytes(ComparisonStrategy comparisonStrategy)
public static Bytes instance()
protected boolean isGreaterThan(Byte value, Byte other)
isGreaterThan in class Numbers<Byte>public boolean isEven(Byte number)
isEven in interface WholeNumbers<Byte>Copyright © 2025. All rights reserved.