org.drools.util
Class PrimitiveLongStack
java.lang.Object
org.drools.util.PrimitiveLongStack
- All Implemented Interfaces:
- Serializable
- public class PrimitiveLongStack
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveLongStack
public PrimitiveLongStack()
PrimitiveLongStack
public PrimitiveLongStack(int tableSize)
push
public void push(long value)
pop
public long pop()
isEmpty
public boolean isEmpty()
Copyright © 2001-2004 The Codehaus. All Rights Reserved.