Package org.olat.core.commons.modules.bc.meta

Examples of org.olat.core.commons.modules.bc.meta.MetaTitleComparator.compare()


  public int compare(MetaTagged one, MetaTagged two) {
    MetaInfo that = one.getMetaInfo();
    MetaInfo other = two.getMetaInfo();
    // Delegate!
    MetaTitleComparator comparator = new MetaTitleComparator(collator);
    return comparator.compare(that, other);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.