Uses of Class
org.terrier.compression.LinkedBuffer

Packages that use LinkedBuffer
org.terrier.compression Provides implementation of a random access and input and output streams where gamma, unary and binary, delta Golomb encoded integers can be read or written. 
 

Uses of LinkedBuffer in org.terrier.compression
 

Fields in org.terrier.compression declared as LinkedBuffer
protected  LinkedBuffer LinkedBuffer.next
          The next buffer in the list
 

Methods in org.terrier.compression that return LinkedBuffer
 LinkedBuffer LinkedBuffer.getNext()
           
 

Methods in org.terrier.compression with parameters of type LinkedBuffer
 void LinkedBuffer.setNext(LinkedBuffer _next)
          Set the next buffer in the list
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow