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