DRCL JavaSim API

drcl.util.queue
Class SimpleQueue.SizedElement

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

protected static class SimpleQueue.SizedElement
extends SimpleQueue._Element

See Also:
Serialized Form

Constructor Summary
SimpleQueue.SizedElement(double key_, java.lang.Object o_, int size_)
           
 
Method Summary
 int getSize()
           
 
Methods inherited from class drcl.util.queue.SimpleQueue._Element
create, getObject, 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

SimpleQueue.SizedElement

public SimpleQueue.SizedElement(double key_,
                                java.lang.Object o_,
                                int size_)
Method Detail

getSize

public int getSize()
Overrides:
getSize in class SimpleQueue._Element

DRCL JavaSim API

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