| Author |
Java Time calculation
|
Karthikayan Rajasekaran
Greenhorn
Joined: Nov 09, 2012
Posts: 2
|
|
Hi all,
In java, I have a one Map,for example
a=11:23:45
b=10:10:10
c=12:30:78
d=..........
e=.........
etc...
(Note:map size dynamically change)
In this Map, I need to find which key contains latest time(i.e. latestly created)?
Please help me , any one.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
Welcome to the Ranch.
We do not just hand out ready made answers here at the Ranch. Tell us what you think and we will help point you in the right direction.
As a first step, can you tell us, in plain english (forget code and algorithms for now) how you would solve this problem logically?
PS. This will be better suited on the beginners forum. Moving..
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Java Time calculation
|
|
|