Class Timestamp.AllZeroMap<T>
- java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AllZeroMap(java.util.Set<T> wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<T,Timeline<Timestamp>>>
entrySet()
Timeline<Timestamp>
get(java.lang.Object key)
java.util.Set<T>
keySet()
java.lang.String
toString()
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, put, putAll, remove, size, values
-
-