当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
AbstractMarshaller.StackImpl (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.xml.binding
Class AbstractMarshaller.StackImpl
java.lang.Object
org.jboss.xml.binding.AbstractMarshaller.StackImpl
- All Implemented Interfaces:
- AbstractMarshaller.Stack
- Enclosing class:
- AbstractMarshaller
- protected static class AbstractMarshaller.StackImpl
- extends Object
- implements AbstractMarshaller.Stack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMarshaller.StackImpl
protected AbstractMarshaller.StackImpl()
clear
public void clear()
- Specified by:
clear
in interface AbstractMarshaller.Stack
push
public void push(Object o)
- Specified by:
push
in interface AbstractMarshaller.Stack
pop
public Object pop()
- Specified by:
pop
in interface AbstractMarshaller.Stack
peek
public Object peek()
- Specified by:
peek
in interface AbstractMarshaller.Stack
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface AbstractMarshaller.Stack
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.