FileDocCategorySizeDatePackage
HashMapInterface.javaAPI DocJaudiotagger 2.0.41740Wed Mar 30 16:12:12 BST 2011org.jaudiotagger.tag.datatype

HashMapInterface

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

Fields Summary
Constructors Summary
Methods Summary
public java.util.MapgetKeyToValue()

return
a mapping between the key within the frame and the value

public java.util.MapgetValueToKey()

return
a mapping between the value to the key within the frame

public java.util.Iteratoriterator()

return
an interator of the values within the map