PTP
Release 7.0

org.eclipse.ptp.pldt.common.views
Class SimpleTableMarkerView.StackList

java.lang.Object
  extended by 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


Constructor Summary
SimpleTableMarkerView.StackList()
           
 
Method Summary
 boolean isEmpty()
           
 Object pop()
           
 void push(Object v)
           
 Object top()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTableMarkerView.StackList

public SimpleTableMarkerView.StackList()
Method Detail

push

public void push(Object v)

top

public Object top()

pop

public Object pop()

isEmpty

public boolean isEmpty()

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.