BrightSide Workbench Full Report + Source Code
org.turro.plugin.contacts.ContactSortedSet Class Reference
Inheritance diagram for org.turro.plugin.contacts.ContactSortedSet:
Collaboration diagram for org.turro.plugin.contacts.ContactSortedSet:

Public Member Functions

 ContactSortedSet (Locale locale)
 

Detailed Description

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

Definition at line 28 of file ContactSortedSet.java.

Constructor & Destructor Documentation

◆ ContactSortedSet()

org.turro.plugin.contacts.ContactSortedSet.ContactSortedSet ( Locale  locale)

Definition at line 30 of file ContactSortedSet.java.

30  {
31  super(new ContactNameComparator(locale));
32  }

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