mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
Javadoc
This commit is contained in:
parent
f82b597b75
commit
5417dba33c
@ -29,6 +29,7 @@ public class EmptyOrderedIterator<E> extends AbstractEmptyIterator<E>
|
||||
|
||||
/**
|
||||
* Singleton instance of the iterator.
|
||||
*
|
||||
* @since 3.1
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
@ -36,6 +37,7 @@ public class EmptyOrderedIterator<E> extends AbstractEmptyIterator<E>
|
||||
|
||||
/**
|
||||
* Typed instance of the iterator.
|
||||
*
|
||||
* @param <E> the element type
|
||||
* @return OrderedIterator<E>
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user