Class Churn.Data

  • Enclosing class:
    Churn

    static class Churn.Data
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int fixed  
      (package private) java.util.Map<java.lang.Long,​java.lang.Integer> lastCount  
      (package private) int persist  
    • Constructor Summary

      Constructors 
      Constructor Description
      Data()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int maxRemovedAtOnce()  
      (package private) void update​(BugInstance bug)  
      • Methods inherited from class java.lang.Object

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

      • persist

        int persist
      • fixed

        int fixed
      • lastCount

        java.util.Map<java.lang.Long,​java.lang.Integer> lastCount
    • Constructor Detail

      • Data

        Data()
    • Method Detail

      • maxRemovedAtOnce

        int maxRemovedAtOnce()