Class SortedHashList


  • public class SortedHashList
    extends java.lang.Object
    A sorting list - byte[] are sorted in ascending order.
    • Constructor Summary

      Constructors 
      Constructor Description
      SortedHashList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(byte[] hash)  
      byte[] getFirst()  
      int size()  
      java.util.List toList()  
      • Methods inherited from class java.lang.Object

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

      • SortedHashList

        public SortedHashList()
    • Method Detail

      • getFirst

        public byte[] getFirst()
      • add

        public void add​(byte[] hash)
      • size

        public int size()
      • toList

        public java.util.List toList()