Class AddRemoveListItem<T>


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

      Constructors 
      Constructor Description
      AddRemoveListItem​(boolean isAdd, boolean isRemove, T value)  
    • 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()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object