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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DRdn.java452 return getValueComparable().compareTo(
453 that.getValueComparable());
467 (getValueComparable().equals(
468 that.getValueComparable()));
473 getValueComparable().hashCode());
480 private String getValueComparable() { method in class:Rdn.RdnEntry
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapName.java716 return getValueComparable().compareTo(that.getValueComparable());
727 getValueComparable().equals(that.getValueComparable())));
733 getValueComparable().hashCode());
759 private String getValueComparable() { method in class:LdapName.TypeAndValue

Completed in 334 milliseconds