BrightSide Workbench Full Report + Source Code
org.turro.financials.report.TamBuffer Class Reference
Inheritance diagram for org.turro.financials.report.TamBuffer:
Collaboration diagram for org.turro.financials.report.TamBuffer:

Public Member Functions

 TamBuffer ()
 
double getTotal ()
 

Detailed Description

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

Definition at line 26 of file TamBuffer.java.

Constructor & Destructor Documentation

◆ TamBuffer()

org.turro.financials.report.TamBuffer.TamBuffer ( )

Definition at line 28 of file TamBuffer.java.

28  {
29  super(12);
30  }

Member Function Documentation

◆ getTotal()

double org.turro.financials.report.TamBuffer.getTotal ( )

Definition at line 32 of file TamBuffer.java.

32  {
33  double total = 0;
34  for(Object o : toArray()) {
35  total += (Double) o;
36  }
37  return total;
38  }
Here is the caller graph for this function:

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