Class AlphabetIterator

java.lang.Object
io.goobi.viewer.controller.AlphabetIterator
All Implemented Interfaces:
Iterator<String>

public class AlphabetIterator extends Object implements Iterator<String>
Iterator that cycles through the letters of the configured alphabet, used for alphabetical browsing.
Author:
Florian Alpers
  • Constructor Details

    • AlphabetIterator

      public AlphabetIterator()
      Creates a new AlphabetIterator instance.
    • AlphabetIterator

      public AlphabetIterator(char firstLetter)
      Creates a new AlphabetIterator instance.
      Parameters:
      firstLetter - a char.
  • Method Details