BrightSide Workbench Full Report + Source Code
org.turro.starit.StarsInfo Class Reference

Public Member Functions

long getStars ()
 
long getCount ()
 

Public Attributes

long stars
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file StarsInfo.java.

Member Function Documentation

◆ getCount()

long org.turro.starit.StarsInfo.getCount ( )

Definition at line 33 of file StarsInfo.java.

33  {
34  return count;
35  }

◆ getStars()

long org.turro.starit.StarsInfo.getStars ( )

Definition at line 29 of file StarsInfo.java.

29  {
30  return count == 0 ? 0 : stars / count;
31  }
Here is the caller graph for this function:

Member Data Documentation

◆ stars

long org.turro.starit.StarsInfo.stars

Definition at line 27 of file StarsInfo.java.


The documentation for this class was generated from the following file: