edu.ustc.cs.compile.arch
类 AssemblySequence

java.lang.Object
  继承者 java.util.AbstractCollection<E>
      继承者 java.util.AbstractList<E>
          继承者 java.util.AbstractSequentialList<E>
              继承者 java.util.LinkedList<AssemblyElement>
                  继承者 edu.ustc.cs.compile.arch.AssemblySequence
所有已实现的接口:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<AssemblyElement>, java.util.Collection<AssemblyElement>, java.util.List<AssemblyElement>, java.util.Queue<AssemblyElement>

public class AssemblySequence
extends java.util.LinkedList<AssemblyElement>

Represents the sequence of assembly elements.

An example can be found in the description of AssemblyElement.

另请参见:
序列化表格

字段摘要
 
从类 java.util.AbstractList 继承的字段
modCount
 
构造函数摘要
AssemblySequence()
           
 
方法摘要
 java.lang.String toString()
          Gets the string representation of this AssemblySequence object.
 
从类 java.util.LinkedList 继承的方法
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
从类 java.util.AbstractSequentialList 继承的方法
iterator
 
从类 java.util.AbstractList 继承的方法
equals, hashCode, listIterator, removeRange, subList
 
从类 java.util.AbstractCollection 继承的方法
containsAll, isEmpty, removeAll, retainAll
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 java.util.List 继承的方法
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 

构造函数详细信息

AssemblySequence

public AssemblySequence()
方法详细信息

toString

public java.lang.String toString()

Gets the string representation of this AssemblySequence object.

覆盖:
java.util.AbstractCollection<AssemblyElement> 中的 toString
返回:
the string representation of this AssemblySequence object