BrightSide Workbench Full Report + Source Code
Public Member Functions
|
List of all members
org.turro.mail.queue.ContactMap Class Reference
Inheritance diagram for org.turro.mail.queue.ContactMap:
[
legend
]
Collaboration diagram for org.turro.mail.queue.ContactMap:
[
legend
]
Public Member Functions
void
addMailItem
(
MailItem
mi)
Detailed Description
Author
Lluis TurrĂ³ Cutiller
lluis
.nosp@m.
@tur
.nosp@m.
ro.or
.nosp@m.
g
Definition at line
28
of file
ContactMap.java
.
Member Function Documentation
◆
addMailItem()
void org.turro.mail.queue.ContactMap.addMailItem
(
MailItem
mi
)
Definition at line
30
of file
ContactMap.java
.
30
{
31
CategoryMap cm =
get
(mi.getIdContact());
32
if
(cm ==
null
) {
33
cm =
new
CategoryMap(mi.getIContact());
34
put(mi.getIdContact(), cm);
35
}
36
cm.addMailItem(mi);
37
}
Here is the call graph for this function:
Here is the caller graph for this function:
The documentation for this class was generated from the following file:
ContactMap.java
org
turro
mail
queue
ContactMap
Generated on Tue Mar 12 2024 07:01:30 for BrightSide by
1.9.1