Jacson

de.spieleck.app.ngramj.phoner
Class PhonerProfileEnum

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

public class PhonerProfileEnum
extends PhoneKeys

Even better enumeration, does not enumerate the phone numbers, but their corresponding profiles.


Field Summary
protected  byte[] bytes
           
protected  byte[][] charSets
           
protected  int[] eqcount
           
protected  IntMap grams
           
protected  int[] gtcount
           
protected  int i
           
protected  int[] j
           
protected  int length
           
protected  boolean notFirst
           
protected  Profile returnProf
           
 
Fields inherited from class de.spieleck.app.ngramj.phoner.PhoneKeys
replacers
 
Constructor Summary
PhonerProfileEnum(java.lang.String pnumber)
           
 
Method Summary
protected  void addNGrams(int pos, int off)
           
 byte[] getRes()
           
 Profile 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

charSets

protected byte[][] charSets

bytes

protected byte[] bytes

j

protected int[] j

gtcount

protected int[] gtcount

eqcount

protected int[] eqcount

grams

protected IntMap grams

notFirst

protected boolean notFirst

returnProf

protected Profile returnProf
Constructor Detail

PhonerProfileEnum

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

next

public Profile next()

addNGrams

protected void addNGrams(int pos,
                         int off)

getRes

public byte[] getRes()

spieleck.de