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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSortKey.java25 * $Id: SortKey.java,v 1.4 2008/06/25 05:41:46 qcheng Exp $
36 public class SortKey implements java.io.Serializable { class in inherits:java.io.Serializable
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSortKey.java25 * $Id: SortKey.java,v 1.4 2008/06/25 05:41:46 qcheng Exp $
36 public class SortKey implements java.io.Serializable { class in inherits:java.io.Serializable
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSortKey.java51 public final class SortKey class
76 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
95 public SortKey(AttributeType attributeType, boolean ascending, method in class:SortKey
265 buffer.append("SortKey(");
330 if (! (o instanceof SortKey))
335 SortKey s = (SortKey) o;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSortKey.java50 public final class SortKey class
75 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
94 public SortKey(AttributeType attributeType, boolean ascending, method in class:SortKey
264 buffer.append("SortKey(");
329 if (! (o instanceof SortKey))
334 SortKey s = (SortKey) o;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSortKey.java51 public final class SortKey class
76 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
95 public SortKey(AttributeType attributeType, boolean ascending, method in class:SortKey
265 buffer.append("SortKey(");
330 if (! (o instanceof SortKey))
335 SortKey s = (SortKey) o;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSortKey.java51 public final class SortKey class
76 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
95 public SortKey(AttributeType attributeType, boolean ascending, method in class:SortKey
265 buffer.append("SortKey(");
330 if (! (o instanceof SortKey))
335 SortKey s = (SortKey) o;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSortKey.java50 public final class SortKey class
75 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
94 public SortKey(AttributeType attributeType, boolean ascending, method in class:SortKey
264 buffer.append("SortKey(");
329 if (! (o instanceof SortKey))
334 SortKey s = (SortKey) o;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSortKey.java48 public final class SortKey class
68 public SortKey(AttributeType attributeType, boolean ascending) method in class:SortKey
84 public SortKey(AttributeType attributeType, boolean ascending, MatchingRule orderingRule) method in class:SortKey
228 buffer.append("SortKey(");
295 if (! (o instanceof SortKey))
300 SortKey s = (SortKey) o;

Completed in 44 milliseconds