Interface InapplicableSettings.ChangesInSettings<T>
-
- Enclosing interface:
- InapplicableSettings
public static interface InapplicableSettings.ChangesInSettings<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,T>
getAdded()
Map<String,T>
getChanged()
Map<String,T>
getRemoved()
boolean
isEmpty()
-