calhoun.seq
Interface KmerHasher.CharacterHash

All Superinterfaces:
java.io.Serializable
Enclosing class:
KmerHasher

public static interface KmerHasher.CharacterHash
extends java.io.Serializable


Method Summary
 short getSize()
           
 int hash(char a)
           
 char reverse(int a)
           
 

Method Detail

getSize

short getSize()

hash

int hash(char a)
         throws ErrorException
Throws:
ErrorException

reverse

char reverse(int a)