Class XLs<V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static XLs<?> EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      XLs()  
      XLs​(java.util.List<V> lsData)  
      XLs​(java.util.List<V> lsData, int idxStart, int count)  
      XLs​(XLs<V> xLs, int idxStart, int count)  
      XLs​(V data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.util.List<V> getLsData()  
      java.lang.Integer getTotal()  
      int hashCode()  
      void setLsData​(java.util.List<V> lsData)  
      void setTotal​(java.lang.Integer total)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • EMPTY

        public static final XLs<?> EMPTY
    • Constructor Detail

      • XLs

        public XLs()
      • XLs

        public XLs​(XLs<V> xLs,
                   int idxStart,
                   int count)
      • XLs

        public XLs​(java.util.List<V> lsData,
                   int idxStart,
                   int count)
      • XLs

        public XLs​(V data)
      • XLs

        public XLs​(java.util.List<V> lsData)
    • Method Detail

      • getTotal

        public java.lang.Integer getTotal()
      • getLsData

        public java.util.List<V> getLsData()
      • setTotal

        public void setTotal​(java.lang.Integer total)
      • setLsData

        public void setLsData​(java.util.List<V> lsData)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class XBaseObject
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
        Overrides:
        canEqual in class XBaseObject