Package-level declarations

Das Package org.tudalgo.algoutils.tutor.general.match enthält Werkzeuge zum Matchen von Identifiern.

Types

Link copied to clipboard
public class BasicMatchers
Link copied to clipboard
Link copied to clipboard
public final class BasicStringMatchers
A collection of basic matchers for stringifiable objects.
Link copied to clipboard
public interface Identifiable implements Stringifiable
A type that can be identified by an identifier.
Link copied to clipboard
public interface Match<T> implements Comparable<T>
A match represents a match of an object matcher.
Link copied to clipboard
public interface Matcher<T>
A matcher is a function mapping objects to positive/negative matches.
Link copied to clipboard
public class MatcherFactories
Link copied to clipboard
public class MatchingUtils
Utility class for matching objects.
Link copied to clipboard
public interface Stringifiable
A type providing a human-readable string.