Example #1
0
 public void sort(AircraftHangar hangar) {
   sortable.sort(hangar);
 }
 /** Default constructor. */
 public LdapAttribute() {
   this(SortBehavior.getDefaultSortBehavior(), false);
 }
 /**
  * Creates a new ldap attribute.
  *
  * @param binary whether this attribute contains binary values
  */
 public LdapAttribute(final boolean binary) {
   this(SortBehavior.getDefaultSortBehavior(), binary);
 }
Example #4
0
 /** Default constructor. */
 public LdapEntry() {
   this(SortBehavior.getDefaultSortBehavior());
 }