Interface MultiClassResolution

All Superinterfaces:
Resolution

public non-sealed interface MultiClassResolution extends Resolution
Resolution of multiple classes. Used for star imports.
Author:
Matt Coley
  • Method Details

    • getClassEntries

      @Nonnull List<ClassEntry> getClassEntries()
      Returns:
      List of the resolved classes.
    • matches

      default boolean matches(@Nonnull Resolution other)
      Specified by:
      matches in interface Resolution
      Parameters:
      other - Other resolution to check against.
      Returns:
      true if the other resolution represents the same resolved content.