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.adjustPrefixBySegment(boolean nextSegment, boolean zeroed) 
      AddressSection AddressSection.adjustPrefixLength(int adjustment) 
      AddressSection AddressSection.adjustPrefixLength(int adjustment, boolean zeroed) 
      AddressSection AddressSection.applyPrefixLength(int networkPrefixLength) 
      AddressSection AddressSection.getLower() 
      AddressSection AddressSegmentSeries.getSection()
      Gets the subsection from the series that comprises all segments
      AddressSection Address.getSection() 
      AddressSection AddressSegmentSeries.getSection(int index)
      Gets the subsection from the series starting from the given 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.getUpper() 
      AddressSection AddressSection.increment(long increment) 
      AddressSection AddressSection.removePrefixLength() 
      AddressSection AddressSection.removePrefixLength(boolean zeroed) 
      AddressSection AddressSection.reverseBits(boolean perByte) 
      AddressSection AddressSection.reverseBytes() 
      AddressSection AddressSection.reverseBytesPerSegment() 
      AddressSection AddressSection.reverseSegments() 
      AddressSection AddressSection.setPrefixLength(int prefixLength) 
      AddressSection AddressSection.setPrefixLength(int prefixLength, boolean zeroed) 
      AddressSection AddressSection.toPrefixBlock() 
      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() 
      java.util.Iterator<? extends AddressSection> AddressSection.prefixBlockIterator() 
      Methods in inet.ipaddr with parameters of type AddressSection 
      Modifier and Type Method and Description
      boolean IPAddressSection.contains(AddressSection other) 
      boolean AddressSection.contains(AddressSection other)
      Determines if one section contains another.
    • 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