eu.semaine.components.dialogue.util
Class CyclicBuffer<type>

java.lang.Object
  extended by eu.semaine.components.dialogue.util.CyclicBuffer<type>

public class CyclicBuffer<type>
extends java.lang.Object


Constructor Summary
CyclicBuffer(int size)
           
 
Method Summary
 type getValue()
           
 java.util.ArrayList<type> getValues()
           
static void main(java.lang.String[] args)
           
 void putValue(type value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CyclicBuffer

public CyclicBuffer(int size)
Method Detail

putValue

public void putValue(type value)

getValue

public type getValue()

getValues

public java.util.ArrayList<type> getValues()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)