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