Uses of Class
compressors.Tuple

Packages that use Tuple
compressors   
 

Uses of Tuple in compressors
 

Methods in compressors that return types with arguments of type Tuple
 java.util.ArrayList<Tuple> LZ77v01.encode()
          Encodes string rawData, stores the encoded data in encodedData and returns encodedData
 java.util.ArrayList<Tuple> LZ77v01.getEncodedData()
           
 

Method parameters in compressors with type arguments of type Tuple
 void LZ77v01.setEncodedData(java.util.ArrayList<Tuple> encodedData)