J-Sim v1.2.1-p7 API

drcl.util.queue
Class BSQueue.__Element

java.lang.Object
  extended bydrcl.DrclObj
      extended bydrcl.util.queue.BSQueue.__Element
All Implemented Interfaces:
java.lang.Cloneable, Element, ObjectDuplicable, java.io.Serializable
Enclosing class:
BSQueue

protected static class BSQueue.__Element
extends DrclObj
implements Element

See Also:
Serialized Form

Constructor Summary
BSQueue.__Element(double key_, java.lang.Object o_)
           
 
Method Summary
 java.lang.Object getObject()
           
 int getSize()
           
 void recycle()
           
 
Methods inherited from class drcl.DrclObj
clone, duplicate, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BSQueue.__Element

public BSQueue.__Element(double key_,
                         java.lang.Object o_)
Method Detail

recycle

public void recycle()

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface Element

getSize

public int getSize()
Specified by:
getSize in interface Element

J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~