org.planx.xmlstore.routing
Class TimestampedEntry

java.lang.Object
  extended by org.planx.xmlstore.routing.TimestampedEntry

public class TimestampedEntry
extends Object

A timestamped mapping consisting of a key and value.


Constructor Summary
TimestampedEntry(Identifier key, TimestampedValue value)
           
 
Method Summary
 Identifier getKey()
           
 TimestampedValue getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimestampedEntry

public TimestampedEntry(Identifier key,
                        TimestampedValue value)
Method Detail

getKey

public Identifier getKey()

getValue

public TimestampedValue getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.