id_pair_set 1.0.0
id_pair_set: ^1.0.0 copied to clipboard
A way to store pairs of IDs efficiently.
1.0.0 - 2025-12-06 #
Added #
- Initial release of
id_pair_setpackage. IdPairabstract class for representing ID pairs with type and code.IdPairSetclass for efficiently storing and managing collections of ID pairs.- Support for unique pairs with configurable behavior (keep last or first occurrence).
- Methods for adding, removing, and filtering pairs by type.
toString()method for consistent serialization and identification.- Integration with
equatablefor equality comparisons.