站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.jboss.xml.binding.AbstractMarshaller.StackImpl
All Implemented Interfaces:
AbstractMarshaller.Stack
Enclosing class:
AbstractMarshaller

protected static class AbstractMarshaller.StackImpl
extends Object
implements AbstractMarshaller.Stack


Constructor Summary
protected AbstractMarshaller.StackImpl()
           
 
Method Summary
 void clear()
           
 boolean isEmpty()
           
 Object peek()
           
 Object pop()
           
 void push(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMarshaller.StackImpl

protected AbstractMarshaller.StackImpl()
Method Detail

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.