Package de.tilman_neumann.jml.partitions
Class MpiPowerMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<Mpi,TreeMap<Mpi,Mpi>>
-
- de.tilman_neumann.jml.partitions.MpiPowerMap
-
public class MpiPowerMap extends HashMap<Mpi,TreeMap<Mpi,Mpi>>
A map from all "subvalues" s of a multipartite number q with 1- Author:
- Tilman Neumann
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
accessStats()
static MpiPowerMap
create(Mpi q)
SortedMap<Mpi,Mpi>
getSubvaluesLessOrEqual(Mpi x, Mpi biggestElem)
Delivers all subvalues (piece-wise relation) of x not bigger (ordering relation) than biggestElem.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
create
public static MpiPowerMap create(Mpi q)
-
getSubvaluesLessOrEqual
public SortedMap<Mpi,Mpi> getSubvaluesLessOrEqual(Mpi x, Mpi biggestElem)
Delivers all subvalues (piece-wise relation) of x not bigger (ordering relation) than biggestElem.- Parameters:
x
-biggestElem
-- Returns:
- subvalues of x not bigger than biggestElem
-
accessStats
public String accessStats()
-
-