Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent f82b597 commit 5417dba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ public class EmptyOrderedIterator<E> extends AbstractEmptyIterator<E>

/**
* Singleton instance of the iterator.
*
* @since 3.1
*/
@SuppressWarnings("rawtypes")
public static final OrderedIterator INSTANCE = new EmptyOrderedIterator<>();

/**
* Typed instance of the iterator.
*
* @param <E> the element type
* @return OrderedIterator&lt;E&gt;
*/
Expand Down

0 comments on commit 5417dba

Please sign in to comment.