com.keyoti.rapidSpell
Class WordList

java.lang.Object
  |
  +--com.keyoti.rapidSpell.WordList

public class WordList
extends java.lang.Object

Provides access to the dictionary word list, contained in the Jar.

Author:
Jim Wright

Field Summary
static java.net.JarURLConnection connection
          file reader
protected static int ptr
          the array pointer to put next word from the list
 
Constructor Summary
WordList()
           
 
Method Summary
static int read(char letter, java.lang.String[] list)
          Note array should be up to 13,000 elements big
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptr

protected static int ptr
the array pointer to put next word from the list

connection

public static java.net.JarURLConnection connection
file reader
Constructor Detail

WordList

public WordList()
Method Detail

read

public static int read(char letter,
                       java.lang.String[] list)
Note array should be up to 13,000 elements big
Parameters:
letter -  
list -  
Returns:
void


Copyright © Keyoti All Rights Reserved.