Interface Shufflable

All Known Implementing Classes:
BasicShuffler, CardShuffler, OptimizedCardShuffler, Shuffler

public interface Shufflable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    shuffle(File sourceFile, File targetFile, int blockSize)
     
  • Method Details

    • shuffle

      void shuffle(File sourceFile, File targetFile, int blockSize)
    • clear

      void clear()