net.sf.cindy.buffer
Class LinkedBuffer.Entry

java.lang.Object
  extended by net.sf.cindy.buffer.LinkedBuffer.Entry
Enclosing class:
LinkedBuffer

protected static final class LinkedBuffer.Entry
extends java.lang.Object


Field Summary
 Buffer buffer
           
 LinkedBuffer.Entry next
           
 int position
           
 LinkedBuffer.Entry previous
           
 
Constructor Summary
protected LinkedBuffer.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

public Buffer buffer

position

public int position

next

public LinkedBuffer.Entry next

previous

public LinkedBuffer.Entry previous
Constructor Detail

LinkedBuffer.Entry

protected LinkedBuffer.Entry()