Class FloatHistoryCache


  • public class FloatHistoryCache
    extends java.lang.Object
    Created: Sep 8, 2009 7:32:09 PM
    Author:
    Artur Hefczyc
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatHistoryCache​(int limit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()