| Constructor and Description |
|---|
DirectoryCache(Path cacheDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,byte[]>> |
entrySet() |
byte[] |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
byte[] |
put(String key,
byte[] value) |
void |
putAll(Map<? extends String,? extends byte[]> m) |
byte[] |
remove(Object key) |
int |
size() |
Collection<byte[]> |
values() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DirectoryCache(Path cacheDirectory)
public final boolean containsKey(Object key)
containsKey in interface Map<String,byte[]>public final boolean containsValue(Object value)
containsValue in interface Map<String,byte[]>public final byte[] put(String key, byte[] value)
public final Collection<byte[]> values()
Copyright © 2014–2018 XMPP.rocks. All rights reserved.