Bouncy Castle Cryptography Library 1.79

org.bouncycastle.tsp.ers
Class SortedIndexedHashList

java.lang.Object
  |
  +--org.bouncycastle.tsp.ers.SortedIndexedHashList

public class SortedIndexedHashList
extends java.lang.Object

A sorting list - byte[] are sorted in ascending order.


Constructor Summary
SortedIndexedHashList()
           
 
Method Summary
 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()

Bouncy Castle Cryptography Library 1.79