Package com.github.elibracha.model
Class ChangedList.SimpleChangedList<T>
- java.lang.Object
-
- com.github.elibracha.model.ChangedList<T>
-
- com.github.elibracha.model.ChangedList.SimpleChangedList<T>
-
- All Implemented Interfaces:
Changed
- Enclosing class:
- ChangedList<T>
public static class ChangedList.SimpleChangedList<T> extends ChangedList<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.elibracha.model.ChangedList
ChangedList.SimpleChangedList<T>
-
-
Field Summary
-
Fields inherited from class com.github.elibracha.model.ChangedList
context, newValue, oldValue
-
-
Constructor Summary
Constructors Constructor Description SimpleChangedList(List<T> oldValue, List<T> newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffResultisItemsChanged()-
Methods inherited from class com.github.elibracha.model.ChangedList
isChanged
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.elibracha.model.Changed
isCompatible, isDifferent, isIncompatible, isUnchanged
-
-
-
-
Method Detail
-
isItemsChanged
public DiffResult isItemsChanged()
- Specified by:
isItemsChangedin classChangedList<T>
-
-