class VKCollection extends Object
(package private) Map
code2name
name2code
VKCollection()
Integer
findCode(String name)
String
findName(Integer code)
void
put(String name, Integer code)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Map code2name
Map name2code
public VKCollection()
public void put(String name, Integer code)
public Integer findCode(String name)
public String findName(Integer code)