Class Timestamp.AllZeroMap<T>

  • All Implemented Interfaces:
    java.util.Map<T,​Timeline<Timestamp>>
    Enclosing class:
    Timestamp

    public static final class Timestamp.AllZeroMap<T>
    extends java.util.AbstractMap<T,​Timeline<Timestamp>>
    A Map implementation that associates the zero timestamp with every key. There is no suppor for Map.entrySet() due to performance reasons.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • AllZeroMap

        public AllZeroMap​(java.util.Set<T> wrapped)