Class Shufflers

java.lang.Object
net.andreinc.mockneat.abstraction.MockUnitBase
net.andreinc.mockneat.unit.objects.Shufflers

public class Shufflers
extends MockUnitBase
  • Field Summary

    Fields inherited from class net.andreinc.mockneat.abstraction.MockUnitBase

    mockNeat
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected Shufflers()  
      Shufflers​(MockNeat mockNeat)
    Returns a Shufflers object than gets the arbitrary permutations of the source.
  • Method Summary

    Modifier and Type Method Description
    <T> MockUnit<T[]> array​(T[] source)  
    MockUnit<double[]> arrayDouble​(double[] source)  
    MockUnit<float[]> arrayFloat​(float[] source)  
    MockUnit<int[]> arrayInt​(int[] source)  
    <T> MockUnit<java.util.ArrayList<T>> arrayList​(java.util.ArrayList<T> source)  
    MockUnit<long[]> arrayLong​(long[] source)  
    static Shufflers shufflers()  
    MockUnitString string​(java.lang.String source)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait