Package jline.api.mam

Class Mmap_super_safe

java.lang.Object
jline.api.mam.Mmap_super_safe

public final class Mmap_super_safe extends Object
  • 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 combined
      maxorder - the maximum allowed order for the resulting superposed MMAP
      method - the method for combining MMAPs; "default" or "match"
      Returns:
      a MatrixCell representing the combined superposed MMAP
    • mmap_super_safe

      public static MatrixCell mmap_super_safe(Map<Integer,MatrixCell> MMAPS, int maxorder)