public static final class Timestamp.AllZeroMap<T> extends java.util.AbstractMap<T,Timestamp>
Map
implementation that associates the zero timestamp with every key.
There is no suppor for Map.entrySet()
due to performance reasons.Constructor and Description |
---|
AllZeroMap(java.util.Set<T> wrapped) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<T,Timestamp>> |
entrySet() |
Timestamp |
get(java.lang.Object key) |
java.util.Set<T> |
keySet() |
java.lang.String |
toString() |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, put, putAll, remove, size, values