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