|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<AssemblyElement>
edu.ustc.cs.compile.arch.AssemblySequence
public class AssemblySequence
Represents the sequence of assembly elements.
An example can be found in the description ofAssemblyElement
.
字段摘要 |
---|
从类 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 |
构造函数详细信息 |
---|
public AssemblySequence()
方法详细信息 |
---|
public java.lang.String toString()
Gets the string representation of this AssemblySequence object.
java.util.AbstractCollection<AssemblyElement>
中的 toString
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |