Class TimeMap
- java.lang.Object
-
- g0901_1000.s0981_time_based_key_value_store.TimeMap
-
public class TimeMap extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String key, int timestamp)
void
set(String key, String value, int timestamp)
-