Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
inet.ipaddr.Address

  • Packages that use Address 
    Package Description
    inet.ipaddr  
    inet.ipaddr.format  
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    inet.ipaddr.mac  
    • Uses of Address in inet.ipaddr

      Subclasses of Address in inet.ipaddr 
      Modifier and Type Class and Description
      class  IPAddress
      A single IP address, or a subnet of multiple addresses.
      Methods in inet.ipaddr that return Address 
      Modifier and Type Method and Description
      abstract Address Address.adjustPrefixBySegment(boolean nextSegment) 
      abstract Address Address.adjustPrefixLength(int adjustment) 
      abstract Address Address.applyPrefixLength(int networkPrefixLength) 
      Address HostIdentifierString.getAddress() 
      abstract Address Address.getLower() 
      abstract Address Address.getUpper() 
      abstract Address Address.removePrefixLength() 
      abstract Address Address.reverseBits(boolean perByte) 
      abstract Address Address.reverseBytes() 
      abstract Address Address.reverseBytesPerSegment() 
      abstract Address Address.reverseSegments() 
      abstract Address Address.setPrefixLength(int prefixLength) 
      Address HostIdentifierString.toAddress() 
      Methods in inet.ipaddr that return types with arguments of type Address 
      Modifier and Type Method and Description
      abstract java.lang.Iterable<? extends Address> Address.getIterable() 
      abstract java.util.Iterator<? extends Address> Address.iterator() 
      Methods in inet.ipaddr with parameters of type Address 
      Modifier and Type Method and Description
      int Address.compareTo(Address other) 
      boolean IPAddress.contains(Address other) 
      abstract boolean Address.contains(Address other) 
      boolean Address.isSameAddress(Address other) 
      Constructors in inet.ipaddr with parameters of type Address 
      Constructor and Description
      AddressTypeException(Address one, java.lang.String key) 
    • Uses of Address in inet.ipaddr.format

      Classes in inet.ipaddr.format with type parameters of type Address 
      Modifier and Type Class and Description
      class  AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
      Has methods for creating addresses, segments and sections that are available to the parser.
    • Uses of Address in inet.ipaddr.ipv4

      Subclasses of Address in inet.ipaddr.ipv4 
      Modifier and Type Class and Description
      class  IPv4Address
      An IPv4 address, or a subnet of multiple IPv4 addresses.
    • Uses of Address in inet.ipaddr.ipv6

      Subclasses of Address in inet.ipaddr.ipv6 
      Modifier and Type Class and Description
      class  IPv6Address
      An IPv6 address, or a subnet of multiple IPv6 addresses.
    • Uses of Address in inet.ipaddr.mac

      Subclasses of Address in inet.ipaddr.mac 
      Modifier and Type Class and Description
      class  MACAddress 
      Methods in inet.ipaddr.mac with parameters of type Address 
      Modifier and Type Method and Description
      boolean MACAddress.contains(Address other) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes