Finding the index of a row given a column value

Hello.
I generated an agent using agenpro. I have a table with some columns and given a column value what’s the best way to find the index value of that corresponding row that has the value of the column.
Thanks.

The best method match for this requirement is the DefaultMOMutableTableModel getRows with MOTableRowFilter:
https://www.agentpp.com/doc/snmp4j-agent/org/snmp4j/agent/mo/DefaultMOMutableTableModel.html#getRows-org.snmp4j.smi.OID-org.snmp4j.smi.OID-org.snmp4j.agent.mo.MOTableRowFilter-