|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
mail.Store<ID,MailStore.MailCollection>
mail.MailStore
public class MailStore
| Nested Class Summary | |
|---|---|
class |
MailStore.MailCollection
|
private class |
MailStore.MailIterator
|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
(package private) Communicator |
comm
|
| Fields inherited from class mail.Store |
|---|
basedir |
| Constructor Summary | |
|---|---|
MailStore(java.io.File basedir,
Communicator comm)
|
|
| Method Summary | |
|---|---|
protected MailStore.MailCollection |
clearV(java.lang.String s)
|
protected MailStore.MailCollection |
load(java.lang.String s)
|
protected ID |
loadKey(java.lang.String s)
|
protected java.lang.String |
set(MailStore.MailCollection value)
|
| Methods inherited from class mail.Store |
|---|
containsKey, entrySet, get, put, remove |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
Communicator comm
| Constructor Detail |
|---|
public MailStore(java.io.File basedir,
Communicator comm)
throws LoadingException
LoadingException| Method Detail |
|---|
protected MailStore.MailCollection load(java.lang.String s)
load in class Store<ID,MailStore.MailCollection>protected ID loadKey(java.lang.String s)
loadKey in class Store<ID,MailStore.MailCollection>protected java.lang.String set(MailStore.MailCollection value)
set in class Store<ID,MailStore.MailCollection>protected MailStore.MailCollection clearV(java.lang.String s)
clearV in class Store<ID,MailStore.MailCollection>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||