com.aelitis.azureus.core.content
Class RelatedContentManager.ByteArrayHashMapEx<T>

java.lang.Object
  extended by org.gudy.azureus2.core3.util.ByteArrayHashMap<T>
      extended by com.aelitis.azureus.core.content.RelatedContentManager.ByteArrayHashMapEx<T>
Enclosing class:
RelatedContentManager

protected static class RelatedContentManager.ByteArrayHashMapEx<T>
extends ByteArrayHashMap<T>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gudy.azureus2.core3.util.ByteArrayHashMap
ByteArrayHashMap.Entry<S>
 
Field Summary
 
Fields inherited from class org.gudy.azureus2.core3.util.ByteArrayHashMap
size, table
 
Constructor Summary
protected RelatedContentManager.ByteArrayHashMapEx()
           
 
Method Summary
 T getRandomValueExcluding(T excluded)
           
 
Methods inherited from class org.gudy.azureus2.core3.util.ByteArrayHashMap
clear, containsKey, duplicate, get, get, isEmpty, keys, put, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedContentManager.ByteArrayHashMapEx

protected RelatedContentManager.ByteArrayHashMapEx()
Method Detail

getRandomValueExcluding

public T getRandomValueExcluding(T excluded)