站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

AbstractMarshaller.Stack (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.xml.binding
Interface AbstractMarshaller.Stack

All Known Implementing Classes:
AbstractMarshaller.StackImpl
Enclosing interface:
AbstractMarshaller

protected static interface AbstractMarshaller.Stack


Method Summary
 void clear()
           
 boolean isEmpty()
           
 Object peek()
           
 Object pop()
           
 void push(Object o)
           
 

Method Detail

clear

public void clear()

push

public void push(Object o)

pop

public Object pop()

peek

public Object peek()

isEmpty

public boolean isEmpty()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.