|
Change Parameter Type trans : IgniteClosure<Entry<K,V>,T> to trans : IgniteClosure<Cache.Entry<K,V>,T> in method public GridCacheIterator(cctx GridCacheContext<K,V>, c Iterable<? extends Cache.Entry<K,V>>, trans IgniteClosure<Cache.Entry<K,V>,T>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheIterator |
From |
To |
|
Change Parameter Type filter : IgnitePredicate<Entry<K,V>>[] to filter : IgnitePredicate<Cache.Entry<K,V>>[] in method public GridCacheIterator(cctx GridCacheContext<K,V>, c Iterable<? extends Cache.Entry<K,V>>, trans IgniteClosure<Cache.Entry<K,V>,T>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheIterator |
From |
To |
|
Change Parameter Type entries : Collection<? extends Map.Entry<K,V>> to entries : Collection<? extends Cache.Entry<K,V>> in method public cacheContainsEntriesGet(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Parameter Type c : Iterable<? extends Entry<K,V>> to c : Iterable<? extends Cache.Entry<K,V>> in method public GridCacheIterator(cctx GridCacheContext<K,V>, c Iterable<? extends Cache.Entry<K,V>>, trans IgniteClosure<Cache.Entry<K,V>,T>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheIterator |
From |
To |
|
Change Parameter Type entries : Map.Entry<K,V>... to entries : Cache.Entry<K,V>... in method public cacheContainsEntriesPeek(entries Cache.Entry<K,V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Parameter Type entries : Collection<? extends Map.Entry<K,V>> to entries : Collection<? extends Cache.Entry<K,V>> in method public cacheContainsEntriesPeek(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Parameter Type filter : IgnitePredicate<Entry<K,V>>[] to filter : IgnitePredicate<Cache.Entry<K,V>>[] in method public GridCacheValueCollection(ctx GridCacheContext<K,V>, c Collection<? extends Cache.Entry<K,V>>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Parameter Type c : Collection<? extends Entry<K,V>> to c : Collection<? extends Cache.Entry<K,V>> in method public GridCacheValueCollection(ctx GridCacheContext<K,V>, c Collection<? extends Cache.Entry<K,V>>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Parameter Type entries : Map.Entry<K,V>... to entries : Cache.Entry<K,V>... in method public cacheContainsEntriesGet(entries Cache.Entry<K,V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheHasKeys(keys Collection<? extends K>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type Entry<K,V> to Cache.Entry<K,V> in method public entry(key K) : Cache.Entry<K,V> in class org.apache.ignite.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteClosure<Entry<?,V>,V> to IgniteClosure<Map.Entry<?,V>,V> in method public mapEntry2Value() : IgniteClosure<Map.Entry<?,V>,V> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Cache.Entry<K,V>> in method public entrySet(part int) : Set<Cache.Entry<K,V>> in class org.apache.ignite.cache.CacheProjection |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsPeek(vals V...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsEntriesGet(entries Cache.Entry<K,V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheKeys(ps IgnitePredicate<? super K>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgniteClosure<Entry<K,?>,K> to IgniteClosure<Map.Entry<K,?>,K> in method public mapEntry2Key() : IgniteClosure<Map.Entry<K,?>,K> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Cache.Entry<K,V>> in method public primaryEntrySetx(filter IgnitePredicate<Entry<K,V>>...) : Set<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionEx |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Cache.Entry<K,V>> in method public entrySet() : Set<Cache.Entry<K,V>> in class org.apache.ignite.cache.CacheProjection |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheNoGetValue() : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsGet(map Map<K,V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheNoPeekValue() : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsPeek(vals Collection<? extends V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheValuesGet(ps IgnitePredicate<? super V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheHasKeys(keys K...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheHasPeekValue() : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgniteClosure<Entry<K,V>,V> to IgniteClosure<Cache.Entry<K,V>,V> in method public cacheEntry2Peek() : IgniteClosure<Cache.Entry<K,V>,V> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgniteClosure<Entry<K,V>,V> to IgniteClosure<Cache.Entry<K,V>,V> in method public cacheEntry2Get() : IgniteClosure<Cache.Entry<K,V>,V> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheValuesPeek(ps IgnitePredicate<? super V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsGet(vals V...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheHasGetValue() : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsEntriesPeek(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsGet(vals Collection<? extends V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgniteClosure<Entry<K,V>,K> to IgniteClosure<Cache.Entry<K,V>,K> in method public cacheEntry2Key() : IgniteClosure<Cache.Entry<K,V>,K> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsEntriesPeek(entries Cache.Entry<K,V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsEntriesGet(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type IgnitePredicate<Entry<K,V>> to IgnitePredicate<Cache.Entry<K,V>> in method public cacheContainsPeek(map Map<K,V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Cache.Entry<K,V>> in method public primaryEntrySet() : Set<Cache.Entry<K,V>> in class org.apache.ignite.cache.CacheProjection |
From |
To |
|
Change Variable Type entry : CacheEntry<Integer,CacheValue> to entry : Cache.Entry<Integer,CacheValue> in method private checkEntries(cache CacheProjection<Integer,CacheValue>, lowerBound int, upperBound int) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheValuesGet(ps IgnitePredicate<? super V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsGet(vals Collection<? extends V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsPeek(vals Collection<? extends V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Cache.Entry<K,V> in method public cacheContainsEntriesPeek(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type it : Iterator<Entry<K,V>> to it : Iterator<Cache.Entry<K,V>> in method public remove(o Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Variable Type e : Map.Entry<MetaKey,org.springframework.cache.Cache> to e : Cache.Entry<MetaKey,org.springframework.cache.Cache> in method public getCacheNames() : Collection<String> in class org.apache.ignite.cache.spring.SpringDynamicCacheManager |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public remove(o Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsEntriesPeek(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheKeys(ps IgnitePredicate<? super K>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Cache.Entry<K,V> in method public apply(e Cache.Entry<K,V>) : boolean in class org.apache.ignite.internal.util.lang.GridFunc.cacheContainsEntriesGet |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Cache.Entry<K,V> in method public apply(e Cache.Entry<K,V>) : boolean in class org.apache.ignite.internal.util.lang.GridFunc.cacheContainsEntriesPeek |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public GridCacheValueCollection(ctx GridCacheContext<K,V>, c Collection<? extends Cache.Entry<K,V>>, filter IgnitePredicate<Cache.Entry<K,V>>[]) in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Variable Type entry : CacheEntry<Integer,CacheValue> to entry : Cache.Entry<Integer,CacheValue> in method private populate(cache CacheProjection<Integer,CacheValue>) : void in class org.apache.ignite.internal.processors.cache.GridCacheSwapSelfTest |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public contains(o Object) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheValueCollection |
From |
To |
|
Change Variable Type entry : CacheEntry<Long,Long> to entry : Cache.Entry<Long,Long> in method private populate() : GridCache<Long,Long> in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapAndSwapSelfTest |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsEntriesGet(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheValuesPeek(ps IgnitePredicate<? super V>...) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e3 : Map.Entry<String,String> to e3 : Cache.Entry<String,String> in method public testCacheContainsEntriesGet1() : void in class org.apache.ignite.lang.GridFuncSelfTest |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsGet(map Map<K,V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type entry : CacheEntry<Long,Long> to entry : Cache.Entry<Long,Long> in method private checkEntries(cache CacheProjection<Long,Long>) : void in class org.apache.ignite.internal.processors.cache.GridCacheOffHeapAndSwapSelfTest |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheContainsPeek(map Map<K,V>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e2 : Map.Entry<String,String> to e2 : Cache.Entry<String,String> in method public testCacheContainsEntriesGet1() : void in class org.apache.ignite.lang.GridFuncSelfTest |
From |
To |
|
Change Variable Type e1 : Map.Entry<String,String> to e1 : Cache.Entry<String,String> in method public testCacheContainsEntriesGet1() : void in class org.apache.ignite.lang.GridFuncSelfTest |
From |
To |
|
Change Variable Type entry : Map.Entry<K,V> to entry : Cache.Entry<K,V> in method public cacheContainsEntriesGet(entries Collection<? extends Cache.Entry<K,V>>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |
|
Change Variable Type e : Entry<K,V> to e : Cache.Entry<K,V> in method public cacheHasKeys(keys Collection<? extends K>) : IgnitePredicate<Cache.Entry<K,V>> in class org.apache.ignite.internal.util.lang.GridFunc |
From |
To |