com.aelitis.azureus.core.content
Class RelatedContentManager.ContentCache

java.lang.Object
  extended by com.aelitis.azureus.core.content.RelatedContentManager.ContentCache
Enclosing class:
RelatedContentManager

protected static class RelatedContentManager.ContentCache
extends Object


Field Summary
protected  Map<String,RelatedContentManager.DownloadInfo> related_content
           
protected  RelatedContentManager.ByteArrayHashMapEx<ArrayList<RelatedContentManager.DownloadInfo>> related_content_map
           
 
Constructor Summary
protected RelatedContentManager.ContentCache()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

related_content

protected Map<String,RelatedContentManager.DownloadInfo> related_content

related_content_map

protected RelatedContentManager.ByteArrayHashMapEx<ArrayList<RelatedContentManager.DownloadInfo>> related_content_map
Constructor Detail

RelatedContentManager.ContentCache

protected RelatedContentManager.ContentCache()