Back to project page LCFR-Mobile-Android.
The source code is released under:
Apache License
If you think the Android project LCFR-Mobile-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.dizon.lcfr; /*from w w w . j a v a2s .com*/ import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class ProtocolContent { public static List<Protocol> ITEMS = new ArrayList<Protocol>(); public static Map<String, Protocol> ITEM_MAP = new HashMap<String, Protocol>(); }