Uses of Class
org.assertj.core.internal.LongArrays
-
Packages that use LongArrays Package Description org.assertj.core.api org.assertj.core.internal -
-
Uses of LongArrays in org.assertj.core.api
Fields in org.assertj.core.api declared as LongArrays Modifier and Type Field Description protected LongArrays
AbstractLongArrayAssert. arrays
protected LongArrays
AtomicLongArrayAssert. arrays
-
Uses of LongArrays in org.assertj.core.internal
Methods in org.assertj.core.internal that return LongArrays Modifier and Type Method Description static LongArrays
LongArrays. instance()
Returns the singleton instance of this class.
-