Package io.goobi.viewer.controller
Class AlphabetIterator
java.lang.Object
io.goobi.viewer.controller.AlphabetIterator
Iterator that cycles through the letters of the configured alphabet, used for alphabetical browsing.
- Author:
- Florian Alpers
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new AlphabetIterator instance.AlphabetIterator(char firstLetter) Creates a new AlphabetIterator instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
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