| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.utils.memory |
| 限定符和类型 | 方法和说明 |
|---|---|
StackableType |
Stack.peek()
Returns the top item off of this stack without removing it.
|
StackableType |
Stack.peek(int n)
Returns the n'th item down (zero-relative) from the top of this stack
without removing it.
|
StackableType |
Stack.pop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Stack.insert(int pos,
StackableType item) |
void |
Stack.push(StackableType item) |
Copyright © 2015. All rights reserved.