Class IntHistoryCache


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

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

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

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

      • IntHistoryCache

        public IntHistoryCache​(int limit)
    • Method Detail

      • addItem

        public void addItem​(int item)
      • getCurrentHistory

        public int[] getCurrentHistory()