Class Timestamp.AllZeroMap<T>
java.lang.Object
java.util.AbstractMap<T,Timeline<Timestamp>>
tools.refinery.interpreter.rete.network.communication.Timestamp.AllZeroMap<T>
- Enclosing class:
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
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
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 Details
-
AllZeroMap
-
-
Method Details
-
entrySet
-
get
-
keySet
-
toString
- Overrides:
toString
in classAbstractMap<T,
Timeline<Timestamp>>
-