Class LongHistoryCache


  • public class LongHistoryCache
    extends java.lang.Object
    Created: Sep 8, 2009 7:39:27 PM
    Author:
    Artur Hefczyc
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addItem​(long item)  
      long[] getCurrentHistory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongHistoryCache

        public LongHistoryCache​(int limit)
    • Method Detail

      • addItem

        public void addItem​(long item)
      • getCurrentHistory

        public long[] getCurrentHistory()