iheartradio / open-m3u8

Open Source m3u8 Parser
Other
248 stars 94 forks source link

Support hashCode() and equals() #11

Closed derjust closed 9 years ago

derjust commented 9 years ago

To allow simplify life for callers of the library, hashCode() and equals() should be implemented.

Wopple commented 9 years ago

I agree. Since the data is immutable, they are suitable to be used in sets and as keys in maps.

Wopple commented 9 years ago

12