Class CollectionMaker
java.lang.Object
net.sf.saxon.transpile.CollectionMaker
Provides alternatives to methods such as
Collections.emptyList() and Collections.emptyIterator()
designed to facilitate transpilation to C#-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Iterator<E> emptyIterator(Class<E> over) Create an empty iterator over items of a specified type
-
Constructor Details
-
CollectionMaker
public CollectionMaker()
-
-
Method Details
-
emptyIterator
-