![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.saxon.z.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 provides utility routines for handling integer sets and maps.
* The main classes are IntSet
which represents a set of 32-bit integers
* (int values), IntIterator
which is an iterator over a sequence of 32-bit
* integers, IntHashMap
which is a map from 32-bit integers to arbitrary
* objects, and IntToIntMap
which is a map from 32-bit integers to 32-bit
* integers.
* The package name is a pun on the conventional use by mathematicians
* of the symbol Z to denote the set of all natural integers.
*/
package net.sf.saxon.z;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy