public class CollectionMaker
extends java.lang.Object
Collections.emptyList()
and Collections.emptyIterator()
designed to facilitate transpilation to C#Constructor and Description |
---|
CollectionMaker() |
Modifier and Type | Method and Description |
---|---|
static <E> java.util.Iterator<E> |
emptyIterator(java.lang.Class<E> over)
Create an empty iterator over items of a specified type
|
public static <E> java.util.Iterator<E> emptyIterator(java.lang.Class<E> over)
E
- the class of items (not) delivered by the iteratorover
- the class of items (not) delivered by the iteratorCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.