tigase.util
Class FloatHistoryCache

java.lang.Object
  extended by tigase.util.FloatHistoryCache

public class FloatHistoryCache
extends Object

Created: Sep 8, 2009 7:32:09 PM

Version:
$Rev: 1833 $
Author:
Artur Hefczyc

Constructor Summary
FloatHistoryCache(int limit)
           
 
Method Summary
 void addItem(float item)
           
 float[] getCurrentHistory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatHistoryCache

public FloatHistoryCache(int limit)
Method Detail

addItem

public void addItem(float item)

getCurrentHistory

public float[] getCurrentHistory()


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.