org.klomp.snark.dht
Class Peers

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

 class Peers
extends ConcurrentHashMap<Hash,Peer>

All the peers for a single torrent

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
Peers()
           
 
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

Peers

public Peers()