BrightSide Workbench Full Report + Source Code
org.turro.financials.model.contract.ContractSortedSet Class Reference
Inheritance diagram for org.turro.financials.model.contract.ContractSortedSet:
Collaboration diagram for org.turro.financials.model.contract.ContractSortedSet:

Public Member Functions

 ContractSortedSet (Collection<? extends Contract > c, boolean partial)
 

Detailed Description

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

Definition at line 28 of file ContractSortedSet.java.

Constructor & Destructor Documentation

◆ ContractSortedSet()

org.turro.financials.model.contract.ContractSortedSet.ContractSortedSet ( Collection<? extends Contract c,
boolean  partial 
)

Definition at line 30 of file ContractSortedSet.java.

30  {
31  super(new ContractComparator(partial));
32  addAll(c);
33  }

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