public static class AbstractMarshaller.StackImpl extends Object implements AbstractMarshaller.Stack
| Constructor and Description |
|---|
AbstractMarshaller.StackImpl() |
public void clear()
clear in interface AbstractMarshaller.Stackpublic void push(Object o)
push in interface AbstractMarshaller.Stackpublic Object pop()
pop in interface AbstractMarshaller.Stackpublic Object peek()
peek in interface AbstractMarshaller.Stackpublic boolean isEmpty()
isEmpty in interface AbstractMarshaller.StackCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.