Uses of Class
compressors.LZ77DictEntry

Packages that use LZ77DictEntry
compressors   
 

Uses of LZ77DictEntry in compressors
 

Fields in compressors declared as LZ77DictEntry
 LZ77DictEntry TupleExt.dicEntry
           
 

Methods in compressors that return LZ77DictEntry
 LZ77DictEntry LZ77Dictionary.getEntry(int i)
           
 

Methods in compressors that return types with arguments of type LZ77DictEntry
 java.util.Vector<LZ77DictEntry> LZ77Dictionary.getEntries()
           
 

Methods in compressors with parameters of type LZ77DictEntry
 void LZ77Dictionary.addEntry(LZ77DictEntry e)