de.jarnbjo.theora
Class CoeffNode

java.lang.Object
  extended byde.jarnbjo.theora.CoeffNode

public class CoeffNode
extends java.lang.Object


Field Summary
 int i
           
 CoeffNode next
           
 
Constructor Summary
CoeffNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

next

public CoeffNode next
Constructor Detail

CoeffNode

public CoeffNode()