org.retro.gis.util
Class CacheTech

java.lang.Object
  extended byorg.retro.gis.util.CacheWordList
      extended byorg.retro.gis.util.CacheTech
All Implemented Interfaces:
CacheInterface

public class CacheTech
extends CacheWordList


Field Summary
static java.lang.String defaultWordName
           
static java.lang.String[] wordList
           
 
Fields inherited from interface org.retro.gis.util.CacheInterface
version
 
Constructor Summary
CacheTech()
           
 
Method Summary
 java.lang.String defaultList()
           
 
Methods inherited from class org.retro.gis.util.CacheWordList
clearQueue, dequeue, enqueue, getBool, getFindName, getListName, getResultName, getSchemeList, getStr, getWordType, resultIterator, save, savedIterator, setWordType, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultWordName

public static final java.lang.String defaultWordName
See Also:
Constant Field Values

wordList

public static final java.lang.String[] wordList
Constructor Detail

CacheTech

public CacheTech()
Method Detail

defaultList

public java.lang.String defaultList()
Specified by:
defaultList in interface CacheInterface
Specified by:
defaultList in class CacheWordList