com.jdroid.github.util.LabelComparator Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2011 GitHub Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Kevin Sawicki (GitHub Inc.) - initial API and implementation
*******************************************************************************/
package com.jdroid.github.util;
import java.io.Serializable;
import java.util.Comparator;
import com.jdroid.github.Label;
/**
* Label comparator using case-insensitive name comparisons.
*/
public class LabelComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy