org.drools.util
Class PrimitiveLongStack

java.lang.Object
  extended byorg.drools.util.PrimitiveLongStack
All Implemented Interfaces:
Serializable

public class PrimitiveLongStack
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PrimitiveLongStack()
           
PrimitiveLongStack(int tableSize)
           
 
Method Summary
 boolean isEmpty()
           
 long pop()
           
 void push(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveLongStack

public PrimitiveLongStack()

PrimitiveLongStack

public PrimitiveLongStack(int tableSize)
Method Detail

push

public void push(long value)

pop

public long pop()

isEmpty

public boolean isEmpty()


Copyright © 2001-2004 The Codehaus. All Rights Reserved.