mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-10 03:56:11 +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.
|
* Singleton instance of the iterator.
|
||||||
|
*
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
@ -36,6 +37,7 @@ public class EmptyOrderedIterator<E> extends AbstractEmptyIterator<E>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Typed instance of the iterator.
|
* Typed instance of the iterator.
|
||||||
|
*
|
||||||
* @param <E> the element type
|
* @param <E> the element type
|
||||||
* @return OrderedIterator<E>
|
* @return OrderedIterator<E>
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user