当前页面:
在线文档首页 >
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
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.