Class LiveData


  • public class LiveData
    extends Object
    The live data to display.
    Since:
    12.10
    Version:
    $Id: f067a1357d7458862343cd7f208876197445aca9 $
    • Constructor Detail

      • LiveData

        public LiveData()
    • Method Detail

      • getCount

        public long getCount()
        Returns:
        the total number of entries available
      • setCount

        public void setCount​(long count)
        Set the total number of entries available.
        Parameters:
        count - the new entry count
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object