Package org.apache.commons.collections.list

Examples of org.apache.commons.collections.list.SetUniqueList


      public int compare( MondrianCatalog o1, MondrianCatalog o2 ) {
        return o1.getName().compareTo( o2.getName() );
      }
    } );
    // remove duplicates
    SetUniqueList uniqueCatalogs = SetUniqueList.decorate( catalogs );
    return uniqueCatalogs;
  }
View Full Code Here

TOP

Related Classes of org.apache.commons.collections.list.SetUniqueList

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.