Package io.goobi.viewer.controller
Class AlphabetIterator
java.lang.Object
io.goobi.viewer.controller.AlphabetIterator
AlphabetIterator class.
- Author:
- Florian Alpers
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for AlphabetIterator.AlphabetIterator(char firstLetter) Constructor for AlphabetIterator. -
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()Constructor for AlphabetIterator.
-
AlphabetIterator
public AlphabetIterator(char firstLetter) Constructor for AlphabetIterator.
- Parameters:
firstLetter- a char.
-
-
Method Details