Project JXTA

net.jxta.impl.cm
Class SrdiIndex.SrdiIndexRecord

java.lang.Object
  extended by net.jxta.impl.cm.SrdiIndex.SrdiIndexRecord
Enclosing class:
SrdiIndex

public static final class SrdiIndex.SrdiIndexRecord
extends Object

an SrdiIndexRecord wrapper


Field Summary
 Key key
           
 ArrayList list
           
 
Constructor Summary
SrdiIndex.SrdiIndexRecord(Key key, ArrayList list)
          SrdiIndex record
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public Key key

list

public ArrayList list
Constructor Detail

SrdiIndex.SrdiIndexRecord

public SrdiIndex.SrdiIndexRecord(Key key,
                                 ArrayList list)
SrdiIndex record

Parameters:
key - record key
list - record entries
Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

JXTA J2SE