moebiusViewer.util
Class MoebiusShapeStack
java.lang.Object
moebiusViewer.util.MoebiusShapeStack
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class MoebiusShapeStack
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoebiusShapeStack
public MoebiusShapeStack()
MoebiusShapeStack
public MoebiusShapeStack(MoebiusShapeStack shapeStack)
size
public int size()
setSize
public void setSize(int newSmallerSize)
empty
public boolean empty()
push
public MoebiusShape push(MoebiusShape shape)
pop
public MoebiusShape pop()
peek
public MoebiusShape peek()
elementAt
public MoebiusShape elementAt(int index)
clear
public void clear()
clone
public java.lang.Object clone()