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)
Creates a new QueueKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
v
long v
- A key for the dictionary
JQueue.QueueKey
JQueue.QueueKey(long key)
- Creates a new QueueKey.