Searched defs:attrType1 (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeDescription.java222 * @param attrType1
236 public static int compare(AttributeType attrType1, Set<String> options1, argument
239 int cmp = attrType1.compareTo(attrType2);

Completed in 21 milliseconds