public interface MapAbstractState<KeyT,AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>> extends java.util.Map<KeyT,AbstractSpaceT>, LatticeAbstractState<MapAbstractState<KeyT,AbstractSpaceT>>
Modifier and Type | Method and Description |
---|---|
MapAbstractState<KeyT,AbstractSpaceT> |
copy()
Creates a copy of itself.
|
default boolean |
isLessOrEqual(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
Compares itself to the
abstractState . |
default MapAbstractState<KeyT,AbstractSpaceT> |
join(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
Computes a join over itself and the
abstractState . |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
isLess
equals, getPrecision, getStateByName, hashCode
default MapAbstractState<KeyT,AbstractSpaceT> join(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
LatticeAbstractState
abstractState
.join
in interface LatticeAbstractState<MapAbstractState<KeyT,AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>>>
default boolean isLessOrEqual(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
LatticeAbstractState
abstractState
.isLessOrEqual
in interface LatticeAbstractState<MapAbstractState<KeyT,AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>>>
MapAbstractState<KeyT,AbstractSpaceT> copy()
AbstractState
copy
in interface AbstractState