站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

PrimitiveLongStack (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.util
Class PrimitiveLongStack

java.lang.Object
  extended by org.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-2007 JBoss Inc.. All Rights Reserved.