|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.utils.ModelUtils
public final class ModelUtils
Help methods for the data model.
Method Summary | |
---|---|
static Map<String,String> |
entryListToMap(Collection<Entry> entryList)
Convert a list of entries to a map. |
static Collection<Entry> |
mapToEntryList(Map<String,String> map)
Convert a map to a list of entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Collection<Entry> mapToEntryList(Map<String,String> map)
map
- The Map.
public static Map<String,String> entryListToMap(Collection<Entry> entryList)
entryList
- the list of entries.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |