|
Push Down Method public lexRangeTail(fromElement V, fromInclusive boolean) : Collection<V> from class org.redisson.RedissonScoredSortedSet to public lexRangeTail(fromElement String, fromInclusive boolean) : Collection<String> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCountAsync(fromElement V, fromInclusive boolean, toElement V, toInclusive boolean) : Future<Integer> from class org.redisson.RedissonScoredSortedSet to public lexCountAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCountHead(toElement V, toInclusive boolean) : Integer from class org.redisson.RedissonScoredSortedSet to public lexCountHead(toElement String, toInclusive boolean) : Integer from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexRangeHeadAsync(toElement V, toInclusive boolean) : Future<Collection<V>> from class org.redisson.RedissonScoredSortedSet to public lexRangeHeadAsync(toElement String, toInclusive boolean) : Future<Collection<String>> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCount(fromElement V, fromInclusive boolean, toElement V, toInclusive boolean) : Integer from class org.redisson.RedissonScoredSortedSet to public lexCount(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Integer from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCountHeadAsync(toElement V, toInclusive boolean) : Future<Integer> from class org.redisson.RedissonScoredSortedSet to public lexCountHeadAsync(toElement String, toInclusive boolean) : Future<Integer> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCountTailAsync(fromElement V, fromInclusive boolean) : Future<Integer> from class org.redisson.RedissonScoredSortedSet to public lexCountTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexRange(fromElement V, fromInclusive boolean, toElement V, toInclusive boolean) : Collection<V> from class org.redisson.RedissonScoredSortedSet to public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexRangeTailAsync(fromElement V, fromInclusive boolean) : Future<Collection<V>> from class org.redisson.RedissonScoredSortedSet to public lexRangeTailAsync(fromElement String, fromInclusive boolean) : Future<Collection<String>> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method private value(fromElement V, fromInclusive boolean) : String from class org.redisson.RedissonScoredSortedSet to private value(fromElement String, fromInclusive boolean) : String from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexRangeHead(toElement V, toInclusive boolean) : Collection<V> from class org.redisson.RedissonScoredSortedSet to public lexRangeHead(toElement String, toInclusive boolean) : Collection<String> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexCountTail(fromElement V, fromInclusive boolean) : Integer from class org.redisson.RedissonScoredSortedSet to public lexCountTail(fromElement String, fromInclusive boolean) : Integer from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Push Down Method public lexRangeAsync(fromElement V, fromInclusive boolean, toElement V, toInclusive boolean) : Future<Collection<V>> from class org.redisson.RedissonScoredSortedSet to public lexRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> from class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexCountTailAsync(fromElement String, fromInclusive boolean) : Future<Integer> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexRangeTailAsync(fromElement String, fromInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexRangeTail(fromElement String, fromInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexCount(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Integer in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexCountTail(fromElement String, fromInclusive boolean) : Integer in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexCountAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexCountHeadAsync(toElement String, toInclusive boolean) : Future<Integer> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexCount(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Integer in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexRangeHead(toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method private value(fromElement String, fromInclusive boolean) : String in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type fromElement : V to fromElement : String in method public lexCountAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Integer> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexRangeHeadAsync(toElement String, toInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Parameter Type toElement : V to toElement : String in method public lexCountHead(toElement String, toInclusive boolean) : Integer in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Future<Collection<V>> to Future<Collection<String>> in method public lexRangeAsync(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Collection<V> to Collection<String> in method public lexRangeHead(toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Future<Collection<V>> to Future<Collection<String>> in method public lexRangeHeadAsync(toElement String, toInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Collection<V> to Collection<String> in method public lexRangeTail(fromElement String, fromInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Future<Collection<V>> to Future<Collection<String>> in method public lexRangeTailAsync(fromElement String, fromInclusive boolean) : Future<Collection<String>> in class org.redisson.RedissonLexSortedSet |
From |
To |
|
Change Return Type Collection<V> to Collection<String> in method public lexRange(fromElement String, fromInclusive boolean, toElement String, toInclusive boolean) : Collection<String> in class org.redisson.RedissonLexSortedSet |
From |
To |