DRCL JavaSim API

drcl.util.queue
Class TreeMapQueue._Element

java.lang.Object
  |
  +--drcl.DrclObj
        |
        +--drcl.util.queue.TreeMapQueue._Element
All Implemented Interfaces:
java.lang.Cloneable, Element, ObjectDuplicable, java.io.Serializable
Enclosing class:
TreeMapQueue

protected static class TreeMapQueue._Element
extends DrclObj
implements Element

See Also:
Serialized Form

Constructor Summary
TreeMapQueue._Element(double key_, java.lang.Object o_)
           
TreeMapQueue._Element(double key_, java.lang.Object o_, int size_)
           
 
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

TreeMapQueue._Element

public TreeMapQueue._Element(double key_,
                             java.lang.Object o_)

TreeMapQueue._Element

public TreeMapQueue._Element(double key_,
                             java.lang.Object o_,
                             int size_)
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

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~