tiger.broker
Class IndexEntry

java.lang.Object
  |
  +--tiger.broker.IndexEntry
All Implemented Interfaces:
java.util.Map.Entry

public class IndexEntry
extends java.lang.Object
implements java.util.Map.Entry


Constructor Summary
IndexEntry(java.lang.Object aKey, java.lang.Object aValue)
           
 
Method Summary
 boolean equals(java.lang.Object anOther)
           
 java.lang.String getIndexname()
           
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 void setIndexname(java.lang.String aName)
           
 java.lang.Object setValue(java.lang.Object aValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexEntry

public IndexEntry(java.lang.Object aKey,
                  java.lang.Object aValue)
Method Detail

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

setValue

public java.lang.Object setValue(java.lang.Object aValue)
Specified by:
setValue in interface java.util.Map.Entry

getIndexname

public java.lang.String getIndexname()

setIndexname

public void setIndexname(java.lang.String aName)

equals

public boolean equals(java.lang.Object anOther)
Specified by:
equals in interface java.util.Map.Entry
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry
Overrides:
hashCode in class java.lang.Object