Package org.wildfly.common.net
Class CidrAddressTable.Mapping<T>
java.lang.Object
org.wildfly.common.net.CidrAddressTable.Mapping<T>
- Type Parameters:
T- the value type
- Enclosing class:
- CidrAddressTable<T>
A single mapping in the table.
-
Method Details
-
getRange
Get the address range of this entry.- Returns:
- the address range of this entry (not
null)
-
getValue
Get the stored value of this entry.- Returns:
- the stored value of this entry
-
getParent
Get the parent of this entry, if any.- Returns:
- the parent of this entry, or
nullif there is no parent
-