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, valuesisLessequals, getPrecision, getStateByName, hashCodedefault MapAbstractState<KeyT,AbstractSpaceT> join(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
LatticeAbstractStateabstractState.join in interface LatticeAbstractState<MapAbstractState<KeyT,AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>>>default boolean isLessOrEqual(MapAbstractState<KeyT,AbstractSpaceT> abstractState)
LatticeAbstractStateabstractState.isLessOrEqual in interface LatticeAbstractState<MapAbstractState<KeyT,AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>>>MapAbstractState<KeyT,AbstractSpaceT> copy()
AbstractStatecopy in interface AbstractState