public class MapDiffResult<K,V> extends Object implements CollectionDifferResult<Map<K,V>>
| 构造器和说明 |
|---|
MapDiffResult() |
public Map<K,V> getRemoves()
getRemoves 在接口中 CollectionDifferResult<Map<K,V>>public Map<K,V> getUpdates()
getUpdates 在接口中 CollectionDifferResult<Map<K,V>>public boolean hasDifference()
hasDifference 在接口中 DiffResultCopyright © 2022. All rights reserved.