Uses of Interface
org.instancio.generator.specs.ShuffleSpec
Packages that use ShuffleSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of ShuffleSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return ShuffleSpecModifier and TypeMethodDescriptionShuffleSpec.shuffle(Collection<T> collection) Creates a copy of the specified collection and shuffles its elements.Creates a copy of the specified array and shuffles its elements. -
Uses of ShuffleSpec in org.instancio.generators
Methods in org.instancio.generators that return ShuffleSpecModifier and TypeMethodDescription<T> ShuffleSpec<T> ValueSpecs.shuffle(Collection<T> collection) Creates a copy of the specified collection and shuffles its elements.<T> ShuffleSpec<T> ValueSpecs.shuffle(T... array) Creates a copy of the specified array and shuffles its elements.