Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.util
Class JQueue.QueueKey  view JQueue.QueueKey download JQueue.QueueKey.java

java.lang.Object
  extended byjavatools.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
 

Field Detail

v

long v
A key for the dictionary

Constructor Detail

JQueue.QueueKey

JQueue.QueueKey(long key)
Creates a new QueueKey.