Class ResolutionResult.Statistics

  • Enclosing class:
    ResolutionResult<V>

    public static final class ResolutionResult.Statistics
    extends java.lang.Object
    Retrieve statistics about a collection of resolution results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int found()  
      int notFound()  
      int total()  
      int upToDate()  
      • Methods inherited from class java.lang.Object

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

      • upToDate

        public int upToDate()
      • notFound

        public int notFound()
      • found

        public int found()
      • total

        public int total()