javatools.util
Class JQueue.QueueKey

java.lang.Object
  |
  +--javatools.util.JQueue.QueueKey
Enclosing class:
JQueue

public class JQueue.QueueKey
extends java.lang.Object

A class which can be used to pass to remove to remove something from the middle of the queue.


Field Summary
(package private)  long v
          A key for the dictionary
 
Constructor Summary
(package private) JQueue.QueueKey(long key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

long v
A key for the dictionary

Constructor Detail

JQueue.QueueKey

JQueue.QueueKey(long key)