|
Change Variable Type keySet : CacheSet<Double> to entrySet : CacheSet<Map.Entry<Long,String>> in method public testLongSortedSkip() : void in class org.infinispan.stream.BaseStreamTest |
From |
To |
|
Change Variable Type cache : Cache<Double,String> to cache : Cache<Long,String> in method public testLongSortedLimit() : void in class org.infinispan.stream.BaseStreamTest |
From |
To |
|
Change Variable Type op : LimitLongOperation to op : SkipLongOperation in method public skip(n long) : LongCacheStream in class org.infinispan.stream.impl.DistributedLongCacheStream |
From |
To |
|
Change Variable Type cache : Cache<Double,String> to cache : Cache<Long,String> in method public testLongSortedSkip() : void in class org.infinispan.stream.BaseStreamTest |
From |
To |
|
Change Variable Type keySet : CacheSet<Double> to entrySet : CacheSet<Map.Entry<Long,String>> in method public testLongSortedLimit() : void in class org.infinispan.stream.BaseStreamTest |
From |
To |