Skip navigation links
A B C E F G H I L M N O P R S T U V Z 

A

ADDRESS_BITS - Static variable in class com.github.maltalex.ineter.base.IPv4Address
 
ADDRESS_BITS - Static variable in class com.github.maltalex.ineter.base.IPv6Address
 
ADDRESS_BYTES - Static variable in class com.github.maltalex.ineter.base.IPv4Address
 
ADDRESS_BYTES - Static variable in class com.github.maltalex.ineter.base.IPv6Address
 
ADDRESS_SHORTS - Static variable in class com.github.maltalex.ineter.base.IPv6Address
 
and(int) - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
and(IPv4Address) - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 

B

between(String) - Static method in class com.github.maltalex.ineter.range.IPv4Range
Deprecated.
between(String) - Static method in class com.github.maltalex.ineter.range.IPv6Range
Deprecated.

C

com.github.maltalex.ineter.base - package com.github.maltalex.ineter.base
 
com.github.maltalex.ineter.range - package com.github.maltalex.ineter.range
 
compareTo(IPv4Address) - Method in class com.github.maltalex.ineter.base.IPv4Address
 
compareTo(IPv6Address) - Method in class com.github.maltalex.ineter.base.IPv6Address
 
compareTo(IPv6Address) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
contains(IPv4Address) - Method in enum com.github.maltalex.ineter.base.IPv4Address.IPv4KnownRange
 
contains(IPv6Address) - Method in enum com.github.maltalex.ineter.base.IPv6Address.IPv6KnownRange
 
contains(T) - Method in class com.github.maltalex.ineter.range.IPRange
Checks whether a given address is inside this range
contains(IPRange<T>) - Method in class com.github.maltalex.ineter.range.IPRange
Checks whether this range contains all addresses of a given range.
contains(T) - Method in interface com.github.maltalex.ineter.range.IPSubnet
Checks whether a given address is inside this subnet
contains(IPRange<T>) - Method in interface com.github.maltalex.ineter.range.IPSubnet
Checks whether this subnet contains all addresses of a given range.

E

equals(Object) - Method in class com.github.maltalex.ineter.base.IPv4Address
 
equals(Object) - Method in class com.github.maltalex.ineter.base.IPv6Address
 
equals(Object) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
equals(Object) - Method in class com.github.maltalex.ineter.range.IPRange
 
expand(byte) - Method in enum com.github.maltalex.ineter.base.IPv6Address.LongByte
 

F

firstAddress - Variable in class com.github.maltalex.ineter.range.IPv4Range
 
fromMaskLen(byte) - Static method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 

G

getFirst() - Method in class com.github.maltalex.ineter.range.IPRange
 
getFirst() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the network address, same as IPSubnet.getNetworkAddress()
getFirst() - Method in class com.github.maltalex.ineter.range.IPv4Range
 
getFirst() - Method in class com.github.maltalex.ineter.range.IPv6Range
 
getHostBitCount() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the number of bits used for the host part of the address.
getHostBitCount() - Method in class com.github.maltalex.ineter.range.IPv4Subnet
 
getHostBitCount() - Method in class com.github.maltalex.ineter.range.IPv6Subnet
 
getLast() - Method in class com.github.maltalex.ineter.range.IPRange
 
getLast() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the last address in the subnet
getLast() - Method in class com.github.maltalex.ineter.range.IPv4Range
 
getLast() - Method in class com.github.maltalex.ineter.range.IPv6Range
 
getLower() - Method in class com.github.maltalex.ineter.base.IPv6Address
return lower 64 bits of the address in long form
getNetworkAddress() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the address of the network (with all host bits set to zero) same as IPSubnet.getFirst()
getNetworkAddress() - Method in class com.github.maltalex.ineter.range.IPv4Subnet
 
getNetworkAddress() - Method in class com.github.maltalex.ineter.range.IPv6Subnet
 
getNetworkBitCount() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the number of bits used for the network address.
getNetworkBitCount() - Method in class com.github.maltalex.ineter.range.IPv4Subnet
 
getNetworkBitCount() - Method in class com.github.maltalex.ineter.range.IPv6Subnet
 
getNetworkMask() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the network mask in address form
getNetworkMask() - Method in class com.github.maltalex.ineter.range.IPv4Subnet
 
getNetworkMask() - Method in class com.github.maltalex.ineter.range.IPv6Subnet
 
getUpper() - Method in class com.github.maltalex.ineter.base.IPv6Address
return upper 64 bits of the address in long form
getZone() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Returns the zone this address belongs to

H

hashCode() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
hashCode() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
hashCode() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
hashCode() - Method in class com.github.maltalex.ineter.range.IPRange
 
HOLDER_BITS - Static variable in class com.github.maltalex.ineter.base.IPv6Address
 

I

ip - Variable in class com.github.maltalex.ineter.base.IPv4Address
 
IPAddress - Class in com.github.maltalex.ineter.base
Abstract class that represents a single IP address
IPAddress() - Constructor for class com.github.maltalex.ineter.base.IPAddress
 
IPRange<T extends IPAddress & java.lang.Comparable<T>> - Class in com.github.maltalex.ineter.range
 
IPRange() - Constructor for class com.github.maltalex.ineter.range.IPRange
 
IPSubnet<T extends IPAddress & java.lang.Comparable<T>> - Interface in com.github.maltalex.ineter.range
 
IPv4Address - Class in com.github.maltalex.ineter.base
 
IPv4Address(int) - Constructor for class com.github.maltalex.ineter.base.IPv4Address
IPv4Address int constructor
IPv4Address.Ip4Octet - Enum in com.github.maltalex.ineter.base
 
IPv4Address.IPv4KnownRange - Enum in com.github.maltalex.ineter.base
 
IPv4Range - Class in com.github.maltalex.ineter.range
 
IPv4Range(IPv4Address, IPv4Address) - Constructor for class com.github.maltalex.ineter.range.IPv4Range
 
IPv4Subnet - Class in com.github.maltalex.ineter.range
 
IPv4Subnet(IPv4Address, IPv4Subnet.IPv4SubnetMask) - Constructor for class com.github.maltalex.ineter.range.IPv4Subnet
 
IPv4Subnet.IPv4SubnetMask - Enum in com.github.maltalex.ineter.range
 
IPv6Address - Class in com.github.maltalex.ineter.base
 
IPv6Address(long, long) - Constructor for class com.github.maltalex.ineter.base.IPv6Address
Build an IPv6Address from two longs - upper and lower 64 bits in form of longs
IPv6Address.IPv6KnownRange - Enum in com.github.maltalex.ineter.base
 
IPv6Address.LongByte - Enum in com.github.maltalex.ineter.base
Enum for extracting bytes from 64-bit longs
IPv6Address.LongShort - Enum in com.github.maltalex.ineter.base
Enum for extracting 16-bit shorts from 64-bit longs
IPv6Range - Class in com.github.maltalex.ineter.range
 
IPv6Range(IPv6Address, IPv6Address) - Constructor for class com.github.maltalex.ineter.range.IPv6Range
 
IPv6Subnet - Class in com.github.maltalex.ineter.range
 
IPv6Subnet(IPv6Address, IPv6Subnet.IPv6SubnetMask) - Constructor for class com.github.maltalex.ineter.range.IPv6Subnet
 
is6To4() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the given address is a 6to4 address
is6To4() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
is6To4() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isBroadcast() - Method in class com.github.maltalex.ineter.base.IPv4Address
Is this the broadcast address?
isGlobalUnicast() - Method in class com.github.maltalex.ineter.base.IPv6Address
Is this an IPv6 global unicast address?
isHexDigit(char) - Static method in class com.github.maltalex.ineter.base.IPv6Address
 
isIPv4Translation() - Method in class com.github.maltalex.ineter.base.IPv6Address
Is this one of the IPv6 addresses reserved for IPv4-IPv6 translation - Teredo, IPv4-mapped-IPv6, 6to4, or IPv4-embedded-IPv6?
isLinkLocal() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address is link-local
isLinkLocal() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isLinkLocal() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isLoopback() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address is a loopback address
isLoopback() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isLoopback() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isMartian() - Method in class com.github.maltalex.ineter.base.IPAddress
Martian addresses are reserved and private addresses that should not appear on the public internet
isMartian() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isMartian() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isMulticast() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address is part of a range reserved for multicast
isMulticast() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isMulticast() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isolateAsByte(int) - Method in enum com.github.maltalex.ineter.base.IPv4Address.Ip4Octet
 
isolateAsByte(long) - Method in enum com.github.maltalex.ineter.base.IPv6Address.LongByte
 
isolateAsInt(int) - Method in enum com.github.maltalex.ineter.base.IPv4Address.Ip4Octet
 
isolateAsInt(long) - Method in enum com.github.maltalex.ineter.base.IPv6Address.LongShort
 
isolateAsLong(long) - Method in enum com.github.maltalex.ineter.base.IPv6Address.LongByte
 
isolateAsLong(long) - Method in enum com.github.maltalex.ineter.base.IPv6Address.LongShort
 
isPrivate() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address is private
isPrivate() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isPrivate() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isReserved() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address part of a reserved range
isReserved() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isReserved() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isUnspecified() - Method in class com.github.maltalex.ineter.base.IPAddress
Checks whether the address is "unspecified"
isUnspecified() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
isUnspecified() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
isZoned() - Method in class com.github.maltalex.ineter.base.IPv6Address
does this address have a specific zone?
isZoned() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Does this address have a specific zone?
iterator() - Method in class com.github.maltalex.ineter.range.IPRange
 
iterator(boolean) - Method in class com.github.maltalex.ineter.range.IPRange
Returns an iterator that optionally skips both the first and last addresses in the range
iterator(boolean, boolean) - Method in class com.github.maltalex.ineter.range.IPRange
Returns an iterator that optionally skips the first, last or both addresses in the range
iterator(boolean) - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns an iterator that optionally skips both the first and last addresses in the subnet
iterator(boolean, boolean) - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns an iterator that optionally skips the first, last or both addresses in the subnet
iterator(boolean, boolean) - Method in class com.github.maltalex.ineter.range.IPv4Range
 
iterator(boolean, boolean) - Method in class com.github.maltalex.ineter.range.IPv6Range
 

L

lastAddress - Variable in class com.github.maltalex.ineter.range.IPv4Range
 
length() - Method in class com.github.maltalex.ineter.range.IPRange
Returns the number of addresses in the range
length() - Method in interface com.github.maltalex.ineter.range.IPSubnet
Returns the number of addresses in the subnet
length() - Method in class com.github.maltalex.ineter.range.IPv4Range
 
length() - Method in class com.github.maltalex.ineter.range.IPv6Range
 
longCompare(IPv6Address) - Method in class com.github.maltalex.ineter.base.IPv6Address
 
lower - Variable in class com.github.maltalex.ineter.base.IPv6Address
 

M

mask() - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
maskBitCount() - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
maxSubnetInRange(IPv4Address) - Method in class com.github.maltalex.ineter.range.IPv4Range
 
maxSubnetInRange(IPv6Address) - Method in class com.github.maltalex.ineter.range.IPv6Range
 
minus(int) - Method in class com.github.maltalex.ineter.base.IPAddress
Return an address smaller than the current one by n, with wraparound
minus(int) - Method in class com.github.maltalex.ineter.base.IPv4Address
 
minus(int) - Method in class com.github.maltalex.ineter.base.IPv6Address
 
minus(long) - Method in class com.github.maltalex.ineter.base.IPv6Address
Return an address smaller than the current one by n, with wraparound
minus(int) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
minus(long) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 

N

networkBitCount - Variable in class com.github.maltalex.ineter.range.IPv4Subnet
 
networkBitCount - Variable in class com.github.maltalex.ineter.range.IPv6Subnet
 
next() - Method in class com.github.maltalex.ineter.base.IPAddress
Returns the following address, with wraparound
next() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
next() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
next() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
numberOfLeadingEq(IPv6Address, IPv6Address) - Method in class com.github.maltalex.ineter.range.IPv6Range
 
numberOfTrailingOnes(IPv6Address) - Method in class com.github.maltalex.ineter.range.IPv6Range
 
numberOfTrailingZeros(IPv6Address) - Method in class com.github.maltalex.ineter.range.IPv6Range
 

O

of(byte[]) - Static method in class com.github.maltalex.ineter.base.IPAddress
Returns either an IPv4 or an IPv6 address
of(String) - Static method in class com.github.maltalex.ineter.base.IPAddress
Returns either an IPv4 or an IPv6 address
of(InetAddress) - Static method in class com.github.maltalex.ineter.base.IPAddress
Returns either an IPv4 or an IPv6 address built from an InetAddress
of(byte[]) - Static method in class com.github.maltalex.ineter.base.IPv4Address
Build an IPv4Address from a 4 byte long big-endian (highest byte first) byte array
of(int) - Static method in class com.github.maltalex.ineter.base.IPv4Address
Build an IPv4Address from an int (32 bit)
of(String) - Static method in class com.github.maltalex.ineter.base.IPv4Address
Build an IPv4Address from a literal String representations such as "192.168.1.1"
of(Inet4Address) - Static method in class com.github.maltalex.ineter.base.IPv4Address
Build an IPv4Address from an java.net.Inet4Address
of(long, long) - Static method in class com.github.maltalex.ineter.base.IPv6Address
Build an IPv6Address from two longs - upper and lower 64 bits in form of longs
of(byte[]) - Static method in class com.github.maltalex.ineter.base.IPv6Address
Build an IPv6Address from a 16 byte long big-endian (highest byte first) byte array
of(Inet6Address) - Static method in class com.github.maltalex.ineter.base.IPv6Address
Build an IPv6Address from an Inet6Address
of(String) - Static method in class com.github.maltalex.ineter.base.IPv6Address
Build an IPv6Address or a ZonedIPv6Address from a literal IPv6 address in String from such as "2001:1:2:3:4:5:6:7", "2001::", "[::]", "fe80::1%eth0", and similar valid forms
of(String) - Static method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Build an ZonedIPv6Address from a literal IPv6 with a zone designation such as "[fe80::1%2]","fe80::1%eth0", and similar valid forms
of(long, long, String) - Static method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Build a ZonedIPv6Address from two longs and zone - upper and lower 64 bits in form of longs, and a String zone
of(byte[], String) - Static method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Build a ZonedIPv6Address from a 16 byte long big-endian (highest byte first) byte array and a zone String
of(IPv6Address, String) - Static method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Build a ZonedIPv6Address from an IPv6Address and a separate zone String
of(Inet6Address) - Static method in class com.github.maltalex.ineter.base.ZonedIPv6Address
Build a ZonedIPv6Address from an Inet6Address with a scoped interface or scope id
of(IPv4Address, IPv4Address) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(IPv4Address) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(String, String) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(String) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(byte[], byte[]) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(byte[]) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(Inet4Address, Inet4Address) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(Inet4Address) - Static method in class com.github.maltalex.ineter.range.IPv4Range
 
of(String) - Static method in class com.github.maltalex.ineter.range.IPv4Subnet
 
of(String, byte) - Static method in class com.github.maltalex.ineter.range.IPv4Subnet
 
of(IPv4Address, byte) - Static method in class com.github.maltalex.ineter.range.IPv4Subnet
 
of(IPv6Address, IPv6Address) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(IPv6Address) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(String, String) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(String) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(byte[], byte[]) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(byte[]) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(Inet6Address, Inet6Address) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(Inet6Address) - Static method in class com.github.maltalex.ineter.range.IPv6Range
 
of(String) - Static method in class com.github.maltalex.ineter.range.IPv6Subnet
 
of(String, int) - Static method in class com.github.maltalex.ineter.range.IPv6Subnet
 
of(IPv6Address, int) - Static method in class com.github.maltalex.ineter.range.IPv6Subnet
 
orInverted(int) - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
orInverted(IPv4Address) - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
overlaps(IPRange<T>) - Method in class com.github.maltalex.ineter.range.IPRange
Checks whether this range has any overlapping addresses with a given range.
overlaps(IPRange<T>) - Method in interface com.github.maltalex.ineter.range.IPSubnet
Checks whether this subnet has any overlapping addresses with a given range.

P

parse(String) - Static method in class com.github.maltalex.ineter.range.IPv4Range
Parses the given String into an IPv4Range The String can be either a single address, a range such as "192.168.0.0-192.168.1.2" or a subnet such as "192.168.0.0/16"
parse(String) - Static method in class com.github.maltalex.ineter.range.IPv4Subnet
 
parse(String) - Static method in class com.github.maltalex.ineter.range.IPv6Range
Parses the given String into an IPv6Range The String can be either a single address, a range such as "2001::-2002::" or a subnet such as "2001::/16"
parse(String) - Static method in class com.github.maltalex.ineter.range.IPv6Subnet
 
parseRange(String, BiFunction<String, String, ? extends T>, Function<String, ? extends T>) - Static method in class com.github.maltalex.ineter.range.IPRange
 
parseSubnet(String, BiFunction<String, Integer, ? extends T>, int) - Static method in class com.github.maltalex.ineter.range.IPRange
 
plus(int) - Method in class com.github.maltalex.ineter.base.IPAddress
Return an address larger than the current one by n, with wraparound
plus(int) - Method in class com.github.maltalex.ineter.base.IPv4Address
 
plus(long) - Method in class com.github.maltalex.ineter.base.IPv6Address
Return an address larger than the current one by n, with wraparound
plus(int) - Method in class com.github.maltalex.ineter.base.IPv6Address
 
plus(long) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
plus(int) - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
previous() - Method in class com.github.maltalex.ineter.base.IPAddress
Returns the previous address, with wraparound
previous() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
previous() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
previous() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 

R

range() - Method in enum com.github.maltalex.ineter.base.IPv4Address.IPv4KnownRange
 
range() - Method in enum com.github.maltalex.ineter.base.IPv6Address.IPv6KnownRange
 

S

shiftToInt(int, int, int, int) - Static method in class com.github.maltalex.ineter.base.IPv4Address
 
shiftToInt(byte, byte, byte, byte) - Static method in class com.github.maltalex.ineter.base.IPv4Address
 

T

toAddress() - Method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
 
toArray() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as an array of bytes, with the highest byte first
toBigEndianArray() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as an array of bytes, with the highest byte first
toBigEndianArray() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
toBigEndianArray() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
toBigInteger() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as a BigInteger, unsigned
toInet4Address() - Method in class com.github.maltalex.ineter.base.IPv4Address
Return a copy of this address, in Inet4Address form
toInet6Address() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
toInetAddress() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as an InetAddress
toInt() - Method in class com.github.maltalex.ineter.base.IPv4Address
Return a copy of this address in int form
toLittleEndianArray() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as an array of bytes, with the highest byte last
toLittleEndianArray() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
toLittleEndianArray() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
toLong() - Method in class com.github.maltalex.ineter.base.IPv4Address
Return a copy of this address in long form
toSignedBigInteger() - Method in class com.github.maltalex.ineter.base.IPAddress
The address as a BigInteger, signed
toString() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
toString() - Method in class com.github.maltalex.ineter.base.IPv6Address
 
toString() - Method in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
toString() - Method in class com.github.maltalex.ineter.range.IPRange
 
toString() - Method in class com.github.maltalex.ineter.range.IPv4Subnet
 
toString() - Method in class com.github.maltalex.ineter.range.IPv6Subnet
 
toSubnets() - Method in class com.github.maltalex.ineter.range.IPRange
Calculates and returns the minimal list of Subnets that compose this address range.
toSubnets() - Method in class com.github.maltalex.ineter.range.IPv4Range
 
toSubnets() - Method in class com.github.maltalex.ineter.range.IPv6Range
 

U

unsignedCompare(long, long) - Static method in class com.github.maltalex.ineter.base.IPv6Address
 
upper - Variable in class com.github.maltalex.ineter.base.IPv6Address
 

V

valueOf(String) - Static method in enum com.github.maltalex.ineter.base.IPv4Address.Ip4Octet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.maltalex.ineter.base.IPv4Address.IPv4KnownRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.maltalex.ineter.base.IPv6Address.IPv6KnownRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.maltalex.ineter.base.IPv6Address.LongByte
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.maltalex.ineter.base.IPv6Address.LongShort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.maltalex.ineter.base.IPv4Address.Ip4Octet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.maltalex.ineter.base.IPv4Address.IPv4KnownRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.maltalex.ineter.base.IPv6Address.IPv6KnownRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.maltalex.ineter.base.IPv6Address.LongByte
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.maltalex.ineter.base.IPv6Address.LongShort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.maltalex.ineter.range.IPv4Subnet.IPv4SubnetMask
Returns an array containing the constants of this enum type, in the order they are declared.
verifyArray(byte[]) - Static method in class com.github.maltalex.ineter.base.IPv6Address
 
version() - Method in class com.github.maltalex.ineter.base.IPAddress
Returns the version of the IP address
version() - Method in class com.github.maltalex.ineter.base.IPv4Address
 
version() - Method in class com.github.maltalex.ineter.base.IPv6Address
 

Z

zone - Variable in class com.github.maltalex.ineter.base.ZonedIPv6Address
 
ZonedIPv6Address - Class in com.github.maltalex.ineter.base
 
ZonedIPv6Address(long, long, String) - Constructor for class com.github.maltalex.ineter.base.ZonedIPv6Address
Build a ZonedIPv6Address from two longs an a String - upper and lower 64 bits in form of longs and a zone
A B C E F G H I L M N O P R S T U V Z 
Skip navigation links