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

Uses of Interface
inet.ipaddr.AddressSection

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

      Classes in inet.ipaddr that implement AddressSection 
      Modifier and Type Class and Description
      class  IPAddressSection
      A section of an IPAddress.
      Methods in inet.ipaddr that return AddressSection 
      Modifier and Type Method and Description
      AddressSection AddressSection.adjustPrefixBySegment(boolean nextSegment) 
      AddressSection AddressSection.adjustPrefixLength(int adjustment) 
      AddressSection AddressSection.applyPrefixLength(int networkPrefixLength) 
      AddressSection AddressSection.getLower() 
      AddressSection Address.getSection() 
      AddressSection AddressSegmentSeries.getSection(int index)
      Gets the subsection from the series starting from the given index
      AddressSection AddressSection.getSection(int index) 
      AddressSection Address.getSection(int index) 
      AddressSection AddressSegmentSeries.getSection(int index, int endIndex)
      Gets the subsection from the series starting from the given index and ending just before the give endIndex
      AddressSection AddressSection.getSection(int index, int endIndex) 
      AddressSection Address.getSection(int index, int endIndex) 
      AddressSection AddressSection.getUpper() 
      AddressSection AddressSection.removePrefixLength() 
      AddressSection AddressSection.reverseBits(boolean perByte) 
      AddressSection AddressSection.reverseBytes() 
      AddressSection AddressSection.reverseBytesPerSegment() 
      AddressSection AddressSection.reverseSegments() 
      AddressSection AddressSection.setPrefixLength(int prefixLength) 
      Methods in inet.ipaddr that return types with arguments of type AddressSection 
      Modifier and Type Method and Description
      java.lang.Iterable<? extends AddressSection> AddressSection.getIterable() 
      java.util.Iterator<? extends AddressSection> AddressSection.iterator() 
      Methods in inet.ipaddr with parameters of type AddressSection 
      Modifier and Type Method and Description
      boolean AddressSection.contains(AddressSection other)
      Determines if one section contains another.
      Constructors in inet.ipaddr with parameters of type AddressSection 
      Constructor and Description
      Address(AddressSection section)
      Constructs an address.
      AddressTypeException(AddressSection one, AddressSection two, java.lang.String key) 
      AddressTypeException(AddressSection one, java.lang.String key) 
    • Uses of AddressSection in inet.ipaddr.format

      Classes in inet.ipaddr.format with type parameters of type AddressSection 
      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.
      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 AddressSection in inet.ipaddr.ipv4

      Classes in inet.ipaddr.ipv4 that implement AddressSection 
      Modifier and Type Class and Description
      class  IPv4AddressSection 
      Methods in inet.ipaddr.ipv4 with parameters of type AddressSection 
      Modifier and Type Method and Description
      boolean IPv4AddressSection.contains(AddressSection other) 
    • Uses of AddressSection in inet.ipaddr.ipv6

      Classes in inet.ipaddr.ipv6 that implement AddressSection 
      Modifier and Type Class and Description
      class  IPv6AddressSection 
      Methods in inet.ipaddr.ipv6 with parameters of type AddressSection 
      Modifier and Type Method and Description
      boolean IPv6AddressSection.contains(AddressSection other) 
    • Uses of AddressSection in inet.ipaddr.mac

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