Class SortedIndexedHashList


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.bouncycastle.tsp.ers.IndexedHash hash)  
      org.bouncycastle.tsp.ers.IndexedHash 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

      • SortedIndexedHashList

        public SortedIndexedHashList()
    • Method Detail

      • getFirst

        public org.bouncycastle.tsp.ers.IndexedHash getFirst()
      • add

        public void add​(org.bouncycastle.tsp.ers.IndexedHash hash)
      • size

        public int size()
      • toList

        public java.util.List toList()