uvi
Class WordLists.WordListItem

java.lang.Object
  extended by uvi.WordLists.WordListItem
Enclosing class:
WordLists

static class WordLists.WordListItem
extends Object

Represents a token and its associated reference count.


Field Summary
(package private)  int count
          The number of times this token was referenced.
(package private)  String token
          The text of the token.
 
Constructor Summary
WordLists.WordListItem(String t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

String token
The text of the token.


count

int count
The number of times this token was referenced.

Constructor Detail

WordLists.WordListItem

public WordLists.WordListItem(String t)