类 StackAbstractState<AbstractSpaceT extends AbstractState<AbstractSpaceT>>

    • 字段概要

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

        capacityIncrement, elementCount, elementData
      • 从类继承的字段 java.util.AbstractList

        modCount
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      StackAbstractState<AbstractSpaceT> copy()
      Creates a copy of itself.
      boolean isLessOrEqual​(StackAbstractState<AbstractSpaceT> abstractState)
      Compares itself to the abstractState (i.e., compare the states on the partial order provided by the domain of the analysis).
      StackAbstractState<AbstractSpaceT> join​(StackAbstractState<AbstractSpaceT> abstractState)
      Computes a join over itself and another abstract state abstractState (i.e., finds the least upper bound on the semilattice).
      AbstractSpaceT peek​(int index)
      Returns the indexth element from the top of the stack.
      AbstractSpaceT peekOrDefault​(int index, AbstractSpaceT defaultState)
      Returns the indexth element from the top of the stack.
      AbstractSpaceT popOrDefault​(AbstractSpaceT defaultState)
      Removes the top of the stack and returns it.
      • 从类继承的方法 java.util.Stack

        empty, peek, pop, push, search
      • 从类继承的方法 java.util.Vector

        add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
      • 从类继承的方法 java.lang.Object

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

        parallelStream, stream, toArray