Class LastHead

java.lang.Object
org.eclipse.jgit.fnmatch.LastHead
All Implemented Interfaces:
Head

final class LastHead extends Object implements Head
  • Field Details

    • INSTANCE

      static final Head INSTANCE
  • Constructor Details

    • LastHead

      private LastHead()
      Don't call this constructor, use INSTANCE
  • Method Details

    • getNextHeads

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