|
Pull Up Method public tailMap(fromKey K, inclusive boolean) : ImmutableSortedMap<K,V> from class com.google.common.collect.RegularImmutableSortedMap to public tailMap(fromKey K, inclusive boolean) : ImmutableSortedMap<K,V> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method package createEntrySet() : ImmutableSet<Entry<K,V>> from class com.google.common.collect.RegularImmutableSortedMap to package createEntrySet() : ImmutableSet<Entry<K,V>> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method public keySet() : ImmutableSortedSet<K> from class com.google.common.collect.RegularImmutableSortedMap to public keySet() : ImmutableSortedSet<K> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method public get(key Object) : V from class com.google.common.collect.RegularImmutableSortedMap to public get(key Object) : V from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method public values() : ImmutableCollection<V> from class com.google.common.collect.RegularImmutableSortedMap to public values() : ImmutableCollection<V> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method public headMap(toKey K, inclusive boolean) : ImmutableSortedMap<K,V> from class com.google.common.collect.RegularImmutableSortedMap to public headMap(toKey K, inclusive boolean) : ImmutableSortedMap<K,V> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method private getSubMap(fromIndex int, toIndex int) : ImmutableSortedMap<K,V> from class com.google.common.collect.RegularImmutableSortedMap to private getSubMap(fromIndex int, toIndex int) : ImmutableSortedMap<K,V> from class com.google.common.collect.ImmutableSortedMap |
From |
To |
|
Pull Up Method package RegularImmutableSortedMap(keySet RegularImmutableSortedSet<K>, valueList ImmutableList<V>) from class com.google.common.collect.RegularImmutableSortedMap to package ImmutableSortedMap(keySet RegularImmutableSortedSet<K>, valueList ImmutableList<V>, descendingMap ImmutableSortedMap<K,V>) from class com.google.common.collect.ImmutableSortedMap |
From |
To |