com.jidesoft.comparator.DateComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)DateComparator.java 7/15/2008
*
* Copyright 2002 - 2008 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.comparator;
import java.util.Comparator;
import java.util.Date;
/**
* Comparator for Date type. This is a singleton class. Call getInstance() to get the comparator.
*/
public class DateComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy