Class HashEntry

java.lang.Object
org.opencastproject.util.HashEntry
All Implemented Interfaces:
Map.Entry<String,String>

public class HashEntry extends Object implements Map.Entry<String,String>
JaxB implementation of the entry of a Hashtable, so that the element can be serialized in the intendet way The Entry now looks <item key="key"><value>value</value></item>