org.drools.core.util
Class PrimitiveLongStack

java.lang.Object
  extended by org.drools.core.util.PrimitiveLongStack
All Implemented Interfaces:
Externalizable, Serializable

public class PrimitiveLongStack
extends Object
implements Externalizable

See Also:
Serialized Form

Nested Class Summary
static class PrimitiveLongStack.Page
           
 
Constructor Summary
PrimitiveLongStack()
           
PrimitiveLongStack(int tableSize)
           
 
Method Summary
 boolean isEmpty()
           
 long pop()
           
 void push(long value)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
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

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

push

public void push(long value)

pop

public long pop()

isEmpty

public boolean isEmpty()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.