Skip to content

Version 5.3.0

Compare
Choose a tag to compare
@seancfoley seancfoley released this 14 May 03:49
· 185 commits to master since this release

This version introduces address tries, associative address tries, address sets backed by address tries, and maps backed by associative address tries

  • added AddressTrie and its subclasses for IPv4, IPv6 and MAC
  • added AssociativeAddressTrie and its subclasses for IPv4, IPv6 and MAC
  • tries can be used as Java collections framework navigable set
  • associative tries can be used as Java collections framework navigable map
  • added testBit and isOneBit methods to all series and segments
  • fixed IPAddressSeqRange join(IPAddressSeqRange...) for issue #37
  • added OSGI manifest details for OSGI support for issue #33