Uses of Class
com.googlecode.ipv6.IPv6AddressRange

Uses of IPv6AddressRange in com.googlecode.ipv6
 

Subclasses of IPv6AddressRange in com.googlecode.ipv6
 class IPv6Network
          Immutable representation of an IPv6 network based on an address and a prefix length.
 

Methods in com.googlecode.ipv6 that return IPv6AddressRange
 IPv6AddressRange IPv6AddressRange.extend(IPv6Address address)
          Extend the range just enough at its head or tail such that the given address is included.
static IPv6AddressRange IPv6AddressRange.fromFirstAndLast(IPv6Address first, IPv6Address last)
           
 

Methods in com.googlecode.ipv6 that return types with arguments of type IPv6AddressRange
 List<IPv6AddressRange> IPv6AddressRange.remove(IPv6Address address)
          Remove an address from the range, resulting in one, none or two new ranges.
 List<IPv6AddressRange> IPv6AddressRange.remove(IPv6Network network)
          Remove a network from the range, resulting in one, none or two new ranges.
 

Methods in com.googlecode.ipv6 with parameters of type IPv6AddressRange
 int IPv6AddressRange.compareTo(IPv6AddressRange that)
           
 boolean IPv6AddressRange.contains(IPv6AddressRange range)
           
 boolean IPv6AddressPool.contains(IPv6AddressRange range)
           
static IPv6AddressPool IPv6AddressPool.fromRangeAndSubnet(IPv6AddressRange range, IPv6NetworkMask allocationSubnetSize)
          Create a pool of the given range (boundaries inclusive) which is completely free.
 boolean IPv6AddressRange.overlaps(IPv6AddressRange range)
           
 boolean IPv6AddressPool.overlaps(IPv6AddressRange range)
           
 



Copyright © 2012. All Rights Reserved.