Uses of Class
org.terrier.compression.bit.LinkedBuffer
-
Packages that use LinkedBuffer Package Description org.terrier.compression.bit 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.bit
Fields in org.terrier.compression.bit declared as LinkedBuffer Modifier and Type Field Description protected LinkedBufferLinkedBuffer. nextThe next buffer in the listMethods in org.terrier.compression.bit that return LinkedBuffer Modifier and Type Method Description LinkedBufferLinkedBuffer. getNext()Methods in org.terrier.compression.bit with parameters of type LinkedBuffer Modifier and Type Method Description voidLinkedBuffer. setNext(LinkedBuffer _next)Set the next buffer in the list
-