Interface IMultiset<T>

    • Method Detail

      • addPositive

        boolean addPositive​(T value,
                            int count)
        Adds the given number of occurrences to the memory. The count value must be a positive number.
        Parameters:
        count - the number of occurrences
        Returns:
        true if the tuple was not present before in the memory