接口 cn.wensiqun.asmsupport.utils.Stackable
的使用

使用 Stackable 的软件包
cn.wensiqun.asmsupport.utils   
 

cn.wensiqun.asmsupport.utilsStackable 的使用
 

实现 Stackablecn.wensiqun.asmsupport.utils 中的类
 class ScopeThis
           
 class StackableType
           
 

返回 Stackablecn.wensiqun.asmsupport.utils 中的方法
 Stackable Stack.peek()
          Returns the top item off of this stack without removing it.
 Stackable Stack.peek(int n)
          Returns the n'th item down (zero-relative) from the top of this stack without removing it.
 Stackable Stack.pop()
           
 

参数类型为 Stackablecn.wensiqun.asmsupport.utils 中的方法
 void Stack.insert(int pos, Stackable item)
           
 void Stack.push(Stackable item)
           
 



Copyright © 2013. All Rights Reserved.