|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.util.PrimitiveLongStack
public class PrimitiveLongStack
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 |
---|
public PrimitiveLongStack()
public PrimitiveLongStack(int tableSize)
Method Detail |
---|
public void push(long value)
public long pop()
public boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |