All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.saxon.ma.trie.package-info Maven / Gradle / Ivy

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2018-2023 Saxonica Limited
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
// This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/**
 * 

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.

*

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.

*/ package net.sf.saxon.ma.trie;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy