org.eclipse.ptp.pldt.common.views
Class SimpleTableMarkerView.StackList
java.lang.Object
org.eclipse.ptp.pldt.common.views.SimpleTableMarkerView.StackList
- Enclosing class:
- SimpleTableMarkerView
public class SimpleTableMarkerView.StackList
- extends Object
a Stack that isn't based on Vector - Generic LIFO stack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTableMarkerView.StackList
public SimpleTableMarkerView.StackList()
push
public void push(Object v)
top
public Object top()
pop
public Object pop()
isEmpty
public boolean isEmpty()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.