Class LimitList<T>

    • Constructor Detail

      • LimitList

        public LimitList​(AtomicLong limit)
    • Method Detail

      • add

        public void add​(int index,
                        T element)
        Specified by:
        add in interface List<T>
        Overrides:
        add in class ArrayList<T>
      • isResultLimitExceeded

        public boolean isResultLimitExceeded()
        Returns true if the symbols limit has been exceeded while computing symbols information, false otherwise
        Returns:
        true if the symbols limit has been exceeded while computing symbols information, false otherwise