org.klomp.snark.dht
Class Torrents

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<InfoHash,Peers>
          extended by org.klomp.snark.dht.Torrents
All Implemented Interfaces:
Serializable, ConcurrentMap<InfoHash,Peers>, Map<InfoHash,Peers>

 class Torrents
extends ConcurrentHashMap<InfoHash,Peers>

All the torrents

Since:
0.9.2
Author:
zzz

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Torrents()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Torrents

public Torrents()