BrightSide Workbench Full Report + Source Code
org.turro.sendable.AssistantComparator Class Reference
Inheritance diagram for org.turro.sendable.AssistantComparator:
Collaboration diagram for org.turro.sendable.AssistantComparator:

Public Member Functions

int compare (SendableAssistant o1, SendableAssistant o2)
 

Detailed Description

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

Definition at line 29 of file AssistantComparator.java.

Member Function Documentation

◆ compare()

int org.turro.sendable.AssistantComparator.compare ( SendableAssistant  o1,
SendableAssistant  o2 
)

Definition at line 32 of file AssistantComparator.java.

32  {
33  return CompareUtil.compare(o1.getIContact().getName(), o2.getIContact().getName());
34  }
Here is the call graph for this function:

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