org.jboss.xml.binding
Class AbstractMarshaller.StackImpl

java.lang.Object
  extended by org.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.