Class IntersectionSimilarity.BagCount

  • Enclosing class:
    IntersectionSimilarity<T>

    private static class IntersectionSimilarity.BagCount
    extends java.lang.Object
    Mutable counter class for storing the count of elements.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count
      The count.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BagCount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        int count
        The count. This is initialised to 1 upon construction.
    • Constructor Detail

      • BagCount

        private BagCount()