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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DClientId.java179 return invokeComparator(other, this);
181 return invokeComparator(this, other);
187 private boolean invokeComparator(ClientId c1, ClientId c2) { method in class:ClientId

Completed in 30 milliseconds