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

Examples of org.olat.core.commons.modules.bc.meta.MetaTitleComparator


  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

Related Classes of org.olat.core.commons.modules.bc.meta.MetaTitleComparator

Copyright © 2018 www.massapicom. 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.