Class WindowTotalCounter


  • public class WindowTotalCounter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Integer,​java.lang.Integer> getTransitionCount()  
      int getWindowCount()  
      void update​(java.util.List<java.lang.Integer> window, int count)  
      • Methods inherited from class java.lang.Object

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

      • WindowTotalCounter

        public WindowTotalCounter()
    • Method Detail

      • getWindowCount

        public int getWindowCount()
      • getTransitionCount

        public java.util.Map<java.lang.Integer,​java.lang.Integer> getTransitionCount()
      • update

        public void update​(java.util.List<java.lang.Integer> window,
                           int count)