Version 5.3.0
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