Class AddRemoveListItem<T>


  • public class AddRemoveListItem<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AddRemoveListItem​(boolean isAdd, boolean isRemove, T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      boolean isAdd()  
      boolean isChange()  
      boolean isRemove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddRemoveListItem

        public AddRemoveListItem​(boolean isAdd,
                                 boolean isRemove,
                                 T value)
    • Method Detail

      • isAdd

        public boolean isAdd()
      • isRemove

        public boolean isRemove()
      • isChange

        public boolean isChange()
      • getValue

        public T getValue()