T - the value typepublic static final class CidrAddressTable.Mapping<T>
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
CidrAddressTable.Mapping<T> |
getParent() |
Get the parent of this entry, if any.
|
CidrAddress |
getRange() |
Get the address range of this entry.
|
T |
getValue() |
Get the stored value of this entry.
|
public CidrAddress getRange()
null)public T getValue()
public CidrAddressTable.Mapping<T> getParent()
null if there is no parentCopyright © 2017 JBoss, a division of Red Hat, Inc.