com.voidsearch.voidbase.storage.queuetree
Class QueueEntry

java.lang.Object
  extended by com.voidsearch.voidbase.storage.queuetree.QueueEntry

public class QueueEntry
extends java.lang.Object


Constructor Summary
QueueEntry(java.lang.Object value)
           
 
Method Summary
 java.lang.String getKey()
           
 long getTimestamp()
           
 java.lang.Object getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueEntry

public QueueEntry(java.lang.Object value)
Method Detail

getKey

public java.lang.String getKey()

getTimestamp

public long getTimestamp()

getValue

public java.lang.Object getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.