import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
-import org.mxchange.jcoreutils.comparable.Comparables;
+import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jcountry.model.data.Country;
import org.mxchange.jcountry.model.data.CountryData;
import org.mxchange.jcountry.model.utils.CountryUtils;
};
// Check all values
- final int comparison = Comparables.checkAll(comparators);
+ final int comparison = ComparableUtils.checkAll(comparators);
// Return value
return comparison;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
-import org.mxchange.jcoreutils.comparable.Comparables;
+import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jcountry.model.data.Country;
import org.mxchange.jcountry.model.data.CountryData;
};
// Check all values
- final int comparison = Comparables.checkAll(comparators);
+ final int comparison = ComparableUtils.checkAll(comparators);
// Return value
return comparison;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
-import org.mxchange.jcoreutils.comparable.Comparables;
+import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jcoreutils.number.SafeNumberUtils;
import org.mxchange.jphone.model.phonenumbers.mobileprovider.CellphoneProvider;
import org.mxchange.jphone.model.phonenumbers.mobileprovider.MobileProvider;
};
// Check all values
- final int comparison = Comparables.checkAll(comparators);
+ final int comparison = ComparableUtils.checkAll(comparators);
// Return value
return comparison;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
import org.apache.commons.lang3.StringUtils;
-import org.mxchange.jcoreutils.comparable.Comparables;
+import org.mxchange.jcoreutils.comparable.ComparableUtils;
import org.mxchange.jcoreutils.number.SafeNumberUtils;
import org.mxchange.jcountry.model.data.Country;
import org.mxchange.jcountry.model.data.CountryData;
};
// Check all values
- final int comparison = Comparables.checkAll(comparators);
+ final int comparison = ComparableUtils.checkAll(comparators);
// Return value
return comparison;