sun.management.snmp.util.SnmpTableHandler |
![]() |
Defines the interface implemented by an object that holds table data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the given index is present.
| |||||||||||
Returns the data associated with the given index.
| |||||||||||
Returns the index that immediately follows the given
index.
|
Returns true if the given index is present.
Returns the data associated with the given index. If the given index is not found, null is returned. Note that returning null does not necessarily means that the index was not found.
Returns the index that immediately follows the given
index. The returned index is strictly greater
than the given index, and is contained in the table.
If the given index is null, returns the first
index in the table.
If there are no index after the given index,
returns null.