Package net.sf.saxon.transpile
Class CollectionMaker
- java.lang.Object
-
- net.sf.saxon.transpile.CollectionMaker
-
public class CollectionMaker extends Object
Provides alternatives to methods such asCollections.emptyList()
andCollections.emptyIterator()
designed to facilitate transpilation to C#
-
-
Constructor Summary
Constructors Constructor Description CollectionMaker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> Iterator<E>
emptyIterator(Class<E> over)
Create an empty iterator over items of a specified type
-