aa222ebceae1c12b3bf3009b138baaea988f0aad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Set<Entry<K,V>> to IterateOnlySetView<Entry<K,V>> in method public entrySet() : IterateOnlySetView<Entry<K,V>> in class com.facebook.presto.util.maps.IdentityLinkedHashMap | From | To | |
Change Return Type Set<K> to IterateOnlySetView<K> in method public keySet() : IterateOnlySetView<K> in class com.facebook.presto.util.maps.IdentityLinkedHashMap | From | To | |
Change Return Type Collection<V> to IterateOnlyCollectionView<V> in method public values() : IterateOnlyCollectionView<V> in class com.facebook.presto.util.maps.IdentityLinkedHashMap | From | To |