Package org.wikipediacleaner.api.data

Examples of org.wikipediacleaner.api.data.PageElementComparator


          refs.addAll(templates);
        }
      }
    }

    Collections.sort(refs, new PageElementComparator());
    return refs;
  }
View Full Code Here


          }
        }
      }
    }

    Collections.sort(result, new PageElementComparator());
    return result;
  }
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.api.data.PageElementComparator

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.