Class ACount<T>

    • Field Detail

      • count

        public int count
        The current count of this element
      • id

        public int id
        The current ID of this element should be unique for the user.
    • Constructor Detail

      • ACount

        public ACount()
    • Method Detail

      • next

        public abstract ACount<T> next()
      • setNext

        public abstract void setNext​(ACount<T> e)
      • key

        public abstract T key()
      • get

        public abstract ACount<T> get​(T key)
      • inc

        public abstract ACount<T> inc​(T key,
                                      int c,
                                      int id)
      • get

        public ACount<T> get​(double key)
      • inc

        public ACount<T> inc​(double key,
                             int c,
                             int id)