Jacson

de.spieleck.app.ngramj.phoner
Class PhonerEnum

java.lang.Object
  extended by de.spieleck.app.ngramj.phoner.PhoneKeys
      extended by de.spieleck.app.ngramj.phoner.PhonerEnum

public class PhonerEnum
extends PhoneKeys

Efficient enumeration of PhoneNumberWords to a certain Number


Field Summary
protected  int i
           
protected  int[] j
           
protected  int length
           
protected  byte[] res
           
protected  byte[][] sets
           
 
Fields inherited from class de.spieleck.app.ngramj.phoner.PhoneKeys
replacers
 
Constructor Summary
PhonerEnum(java.lang.String pnumber)
           
 
Method Summary
 byte[] next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

protected int i

length

protected int length

sets

protected byte[][] sets

res

protected byte[] res

j

protected int[] j
Constructor Detail

PhonerEnum

public PhonerEnum(java.lang.String pnumber)
           throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

next

public byte[] next()

spieleck.de