org.jaudiotagger.tag.datatype
Interface HashMapInterface

All Known Implementing Classes:
NumberHashMap, StringHashMap

public interface HashMapInterface

Represents an interface allowing maping from key to value and value to key


Method Summary
 java.util.Map getKeyToValue()
           
 java.util.Map getValueToKey()
           
 java.util.Iterator iterator()
           
 

Method Detail

getKeyToValue

java.util.Map getKeyToValue()
Returns:
a mapping between the key within the frame and the value

getValueToKey

java.util.Map getValueToKey()
Returns:
a mapping between the value to the key within the frame

iterator

java.util.Iterator iterator()
Returns:
an interator of the values within the map