|
Change Variable Type prevCachedValue : CachedValue to prevCachedValue : CachedValue<K,V> in method public put(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : V in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type entry : CachedValue to entry : CachedValue<K,V> in method public remove(key Object) : V in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type cachedValue : CachedValue to cachedValue : CachedValue<K,V> in method public containsValue(value Object) : boolean in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type entry : CachedValue to entry : CachedValue<K,V> in method public put(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : V in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type value : CachedValue to value : CachedValue<K,V> in method protected removeExpiredEntries() : boolean in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type entry : Map.Entry<K,CachedValue> to entry : Map.Entry<K,CachedValue<K,V>> in method public hasNext() : boolean in class org.redisson.cache.AbstractCacheMap.MapIterator |
From |
To |
|
Change Variable Type entry : CachedValue to entry : CachedValue<K,V> in method public containsKey(key Object) : boolean in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type entry : CachedValue to entry : CachedValue<K,V> in method public get(key Object) : V in class org.redisson.cache.AbstractCacheMap |
From |
To |
|
Change Variable Type entry : Map.Entry<K,CachedValue> to entry : Map.Entry<K,CachedValue<K,V>> in method public containsValue(value Object) : boolean in class org.redisson.cache.AbstractCacheMap |
From |
To |