|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.tag.datatype.AbstractValuePair
org.jaudiotagger.tag.datatype.AbstractIntStringValuePair
public class AbstractIntStringValuePair
A two way mapping between an Integral Id and a String value
Constructor Summary | |
---|---|
AbstractIntStringValuePair()
|
Method Summary | |
---|---|
java.lang.Integer |
getIdForValue(java.lang.String value)
Get Id for Value |
java.lang.String |
getValueForId(int id)
Get value for Id |
Methods inherited from class org.jaudiotagger.tag.datatype.AbstractValuePair |
---|
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractIntStringValuePair()
Method Detail |
---|
public java.lang.Integer getIdForValue(java.lang.String value)
public java.lang.String getValueForId(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |