Searched refs:findOid (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpRequestTree.java604 // int pos = findOid(entryoids,entryoid);
605 // int pos = findOid(entryoids,entrycount,entryoid);
656 // return findOid(entryoids,entryoid);
657 return findOid(entryoids,entrycount,entryoid);
930 private static int findOid(SnmpOid[] oids, int count, SnmpOid oid) { method in class:SnmpRequestTree
986 // findOid() first and getInsertionPoint() afterwards.

Completed in 25 milliseconds