Uses of Class
org.wildfly.common.net.CidrAddressTable.Mapping
-
Packages that use CidrAddressTable.Mapping Package Description org.wildfly.common.net Utilities relating abstractly to network-related activities. -
-
Uses of CidrAddressTable.Mapping in org.wildfly.common.net
Methods in org.wildfly.common.net that return CidrAddressTable.Mapping Modifier and Type Method Description CidrAddressTable.Mapping<T>
CidrAddressTable.Mapping. getParent()
Get the parent of this entry, if any.Methods in org.wildfly.common.net that return types with arguments of type CidrAddressTable.Mapping Modifier and Type Method Description java.util.Iterator<CidrAddressTable.Mapping<T>>
CidrAddressTable. iterator()
java.util.Spliterator<CidrAddressTable.Mapping<T>>
CidrAddressTable. spliterator()
-