org.jboss.xb.binding
Interface AbstractMarshaller.Stack

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

protected static interface AbstractMarshaller.Stack


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

Method Detail

clear

void clear()

push

void push(Object o)

pop

Object pop()

peek

Object peek()

isEmpty

boolean isEmpty()


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