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 LongArraysAbstractLongArrayAssert. arraysprotected LongArraysAtomicLongArrayAssert. arrays -
Uses of LongArrays in org.assertj.core.internal
Methods in org.assertj.core.internal that return LongArrays Modifier and Type Method Description static LongArraysLongArrays. instance()Returns the singleton instance of this class.
-