p2ps.imp.discovery.cache
Class IndexItem

java.lang.Object
  extended byp2ps.imp.discovery.cache.IndexItem

public class IndexItem
extends java.lang.Object

An id stored in the AdvertisementCache

Version:
$Revision: 295 $
Author:
Ian Wang

Constructor Summary
IndexItem(int id)
           
 
Method Summary
 int getId()
           
 IndexItem getNext()
           
 void setNext(IndexItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexItem

public IndexItem(int id)
Method Detail

getId

public int getId()

getNext

public IndexItem getNext()

setNext

public void setNext(IndexItem item)