JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
I
K
L
O
P
R
S
V
C
Cache
<
K
,
V
> - Interface in
org.jxmpp.util.cache
clear()
- Method in class org.jxmpp.util.cache.
ExpirationCache
clear()
- Method in class org.jxmpp.util.cache.
LruCache
containsKey(Object)
- Method in class org.jxmpp.util.cache.
ExpirationCache
containsKey(Object)
- Method in class org.jxmpp.util.cache.
LruCache
containsValue(Object)
- Method in class org.jxmpp.util.cache.
ExpirationCache
containsValue(Object)
- Method in class org.jxmpp.util.cache.
LruCache
E
entrySet()
- Method in class org.jxmpp.util.cache.
ExpirationCache
entrySet()
- Method in class org.jxmpp.util.cache.
LruCache
ExpirationCache
<
K
,
V
> - Class in
org.jxmpp.util.cache
ExpirationCache(int, long)
- Constructor for class org.jxmpp.util.cache.
ExpirationCache
G
get(Object)
- Method in interface org.jxmpp.util.cache.
Cache
get(Object)
- Method in class org.jxmpp.util.cache.
ExpirationCache
get(Object)
- Method in class org.jxmpp.util.cache.
LruCache
getCacheHits()
- Method in class org.jxmpp.util.cache.
LruCache
getCacheMisses()
- Method in class org.jxmpp.util.cache.
LruCache
getMaxCacheSize()
- Method in interface org.jxmpp.util.cache.
Cache
getMaxCacheSize()
- Method in class org.jxmpp.util.cache.
ExpirationCache
getMaxCacheSize()
- Method in class org.jxmpp.util.cache.
LruCache
I
isEmpty()
- Method in class org.jxmpp.util.cache.
ExpirationCache
isEmpty()
- Method in class org.jxmpp.util.cache.
LruCache
K
keySet()
- Method in class org.jxmpp.util.cache.
ExpirationCache
keySet()
- Method in class org.jxmpp.util.cache.
LruCache
L
LruCache
<
K
,
V
> - Class in
org.jxmpp.util.cache
A specialized Map that is size-limited (using an LRU algorithm).
LruCache(int)
- Constructor for class org.jxmpp.util.cache.
LruCache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
O
org.jxmpp.util.cache
- package org.jxmpp.util.cache
P
put(K, V)
- Method in interface org.jxmpp.util.cache.
Cache
put(K, V)
- Method in class org.jxmpp.util.cache.
ExpirationCache
put(K, V, long)
- Method in class org.jxmpp.util.cache.
ExpirationCache
put(K, V)
- Method in class org.jxmpp.util.cache.
LruCache
putAll(Map<? extends K, ? extends V>)
- Method in class org.jxmpp.util.cache.
ExpirationCache
putAll(Map<? extends K, ? extends V>)
- Method in class org.jxmpp.util.cache.
LruCache
R
remove(Object)
- Method in class org.jxmpp.util.cache.
ExpirationCache
remove(Object)
- Method in class org.jxmpp.util.cache.
LruCache
removeEldestEntry(Map.Entry<K, V>)
- Method in class org.jxmpp.util.cache.
LruCache
S
setDefaultExpirationTime(long)
- Method in class org.jxmpp.util.cache.
ExpirationCache
setMaxCacheSize(int)
- Method in interface org.jxmpp.util.cache.
Cache
setMaxCacheSize(int)
- Method in class org.jxmpp.util.cache.
ExpirationCache
setMaxCacheSize(int)
- Method in class org.jxmpp.util.cache.
LruCache
size()
- Method in class org.jxmpp.util.cache.
ExpirationCache
size()
- Method in class org.jxmpp.util.cache.
LruCache
V
values()
- Method in class org.jxmpp.util.cache.
ExpirationCache
values()
- Method in class org.jxmpp.util.cache.
LruCache
C
E
G
I
K
L
O
P
R
S
V
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes