Class JavaInputSorter

  • All Implemented Interfaces:
    InputSorter

    public class JavaInputSorter
    extends java.lang.Object
    implements InputSorter
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaInputSorter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<KvEntry> sort​(java.util.Iterator<KvEntry> entries)
      Memory sorting.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaInputSorter

        public JavaInputSorter()
    • Method Detail

      • sort

        public java.util.Iterator<KvEntry> sort​(java.util.Iterator<KvEntry> entries)
                                         throws java.io.IOException
        Description copied from interface: InputSorter
        Memory sorting. Sort the data in input.
        Specified by:
        sort in interface InputSorter
        Throws:
        java.io.IOException