Package jline.api.mam
Class Mmap_super_safe
java.lang.Object
jline.api.mam.Mmap_super_safe
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_super_safe(Map<Integer, MatrixCell> MMAPS, int maxorder) static MatrixCellmmap_super_safe(Map<Integer, MatrixCell> MMAPS, int maxorder, String method) Safely combines multiple MMAPs into a single superposed MMAP while considering order constraints.
-
Method Details
-
mmap_super_safe
public static MatrixCell mmap_super_safe(Map<Integer, MatrixCell> MMAPS, int maxorder, String method) Safely combines multiple MMAPs into a single superposed MMAP while considering order constraints.- Parameters:
MMAPS- a map of MMAPs to be combinedmaxorder- the maximum allowed order for the resulting superposed MMAPmethod- the method for combining MMAPs; "default" or "match"- Returns:
- a MatrixCell representing the combined superposed MMAP
-
mmap_super_safe
-