![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.saxon.ma.trie.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Saxon-HE Show documentation
Show all versions of Saxon-HE Show documentation
The XSLT and XQuery Processor
Package overview: net.sf.saxon.ma.trie
This package contains a general-purpose implementation of immutable hash trie maps,
used to underpin the Saxon implementation of XSLT 3.0 maps.
The implementation was written by Michael S. Froh (msfroh) and released under an MIT license.
It was forked from github project msfroh/functional_snippets on 28 March 2014. Very little code
has been changed during the integration with Saxon, but a great deal of un-needed code has been
removed. In addition, it has been retrofitted from Java 7 to Java 5.
The code betrays Scala origins in the use of classes such as Option, which is a class that
provided a type-safe way of handling null values, and Tuple2 which can hold any pair of values.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy