|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.Entities.PrimitiveEntityMap
static class Entities.PrimitiveEntityMap
| Constructor Summary | |
|---|---|
Entities.PrimitiveEntityMap()
|
|
| Method Summary | |
|---|---|
void |
add(String name,
int value)
Add an entry to this entity map. |
String |
name(int value)
Returns the name of the entity identified by the specified value. |
int |
value(String name)
Returns the value of the entity identified by the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Entities.PrimitiveEntityMap()
| Method Detail |
|---|
public void add(String name,
int value)
Add an entry to this entity map.
add in interface Entities.EntityMapname - the entity namevalue - the entity valuepublic String name(int value)
Returns the name of the entity identified by the specified value.
name in interface Entities.EntityMapvalue - the value to locate
public int value(String name)
Returns the value of the entity identified by the specified name.
value in interface Entities.EntityMapname - the name to locate
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||