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.- Since:
- 2.3
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, put, putAll, remove, size, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AllZeroMap
-
-
Method Details
-
entrySet
-
get
-
keySet
-
toString
-