类 ListAbstractState<AbstractSpaceT extends AbstractState<AbstractSpaceT>>

    • 字段概要

      • 从类继承的字段 java.util.AbstractList

        modCount
    • 构造器概要

      构造器 
      构造器 说明
      ListAbstractState()
      Create a list abstract state with initial capacity 0.
      ListAbstractState​(int initalCapacity)
      Create a list abstract state with selected initial capacity.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      ListAbstractState<AbstractSpaceT> copy()
      Creates a copy of itself.
      AbstractSpaceT getOrDefault​(int index, AbstractSpaceT defaultState)
      Returns the abstract state at index, if present, returns the defaultState otherwise.
      boolean isLessOrEqual​(ListAbstractState<AbstractSpaceT> abstractState)
      Compares itself to the abstractState (i.e., compare the states on the partial order provided by the domain of the analysis).
      ListAbstractState<AbstractSpaceT> join​(ListAbstractState<AbstractSpaceT> abstractState)
      Computes a join over itself and another abstract state abstractState (i.e., finds the least upper bound on the semilattice).
      AbstractSpaceT set​(int index, AbstractSpaceT element, AbstractSpaceT defaultState)
      Sets an element at index to elem.
      • 从类继承的方法 java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • 从类继承的方法 java.util.AbstractCollection

        containsAll, toString
      • 从类继承的方法 java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 java.util.Collection

        parallelStream, stream, toArray
      • 从接口继承的方法 java.util.List

        containsAll