Class Timestamp.AllZeroMap<T>

java.lang.Object
java.util.AbstractMap<T,Timeline<Timestamp>>
tools.refinery.interpreter.rete.network.communication.Timestamp.AllZeroMap<T>
All Implemented Interfaces:
Map<T,Timeline<Timestamp>>
Enclosing class:
Timestamp

public static final class Timestamp.AllZeroMap<T> extends 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.