com.greenpepper.shaded.com.vladsch.flexmark.util.Paired Maven / Gradle / Ivy
package com.greenpepper.shaded.com.vladsch.flexmark.util;
public interface Paired {
K getFirst();
V getSecond();
}
package com.greenpepper.shaded.com.vladsch.flexmark.util;
public interface Paired {
K getFirst();
V getSecond();
}