Searched defs:getInsertionPoint (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/ |
H A D | SnmpMibTable.java | 523 pos= getInsertionPoint(oid,true); 1633 final int newPos = getInsertionPoint(resOid,false); 2349 private final int getInsertionPoint(SnmpOid oid) method in class:SnmpMibTable 2351 return getInsertionPoint(oid, true); 2374 private final int getInsertionPoint(SnmpOid oid, boolean fail) method in class:SnmpMibTable
|
H A D | SnmpRequestTree.java | 607 getInsertionPoint(entryoids,entrycount,entryoid); 615 // pos = getInsertionPoint(entryoids,entryoid); 616 // pos = getInsertionPoint(entryoids,entrycount,entryoid); 965 private static int getInsertionPoint(SnmpOid[] oids, int count, method in class:SnmpRequestTree 986 // findOid() first and getInsertionPoint() afterwards. 987 // We can simply call getInsertionPoint() and then checks whether
|
Completed in 314 milliseconds