Interface Head

All Known Implementing Classes:
AbstractHead, CharacterHead, GroupHead, LastHead, RestrictedWildCardHead, WildCardHead

interface Head
  • Method Summary

    Modifier and Type
    Method
    Description
    getNextHeads(char c)
    Get the character which decides which heads are returned
  • Method Details

    • getNextHeads

      List<Head> getNextHeads(char c)
      Get the character which decides which heads are returned
      Parameters:
      c - the character which decides which heads are returned.
      Returns:
      a list of heads based on the input.