Class ITunesPropertiesHashCode
- java.lang.Object
-
- com.tagtraum.beatunes.library.itunes.ITunesPropertiesHashCode
-
public final class ITunesPropertiesHashCode extends Object
Computes a hashcode that can be used to detect changes in the properties.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
hashCode(Map<String,Object> map)
Computes a hashcode that can be used to detect changes in the properties.
-