public class PersistentKeyRing
extends net.i2p.util.KeyRing
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PersistentKeyRing(RouterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
net.i2p.data.SessionKey |
put(net.i2p.data.Hash h,
net.i2p.data.SessionKey sk) |
net.i2p.data.SessionKey |
remove(Object o) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonepublic PersistentKeyRing(RouterContext ctx)
public net.i2p.data.SessionKey put(net.i2p.data.Hash h,
net.i2p.data.SessionKey sk)
put in interface Map<net.i2p.data.Hash,net.i2p.data.SessionKey>put in class ConcurrentHashMap<net.i2p.data.Hash,net.i2p.data.SessionKey>public net.i2p.data.SessionKey remove(Object o)
remove in interface Map<net.i2p.data.Hash,net.i2p.data.SessionKey>remove in class ConcurrentHashMap<net.i2p.data.Hash,net.i2p.data.SessionKey>