Class ServiceOperationsImpl.ServiceToUrlSortComparator
java.lang.Object
io.fabric8.kubernetes.client.dsl.internal.core.v1.ServiceOperationsImpl.ServiceToUrlSortComparator
- All Implemented Interfaces:
Comparator<ServiceToURLProvider>
- Enclosing class:
- ServiceOperationsImpl
public class ServiceOperationsImpl.ServiceToUrlSortComparator extends Object implements Comparator<ServiceToURLProvider>
-
Constructor Summary
Constructors Constructor Description ServiceToUrlSortComparator() -
Method Summary
Modifier and Type Method Description intcompare(ServiceToURLProvider first, ServiceToURLProvider second)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ServiceToUrlSortComparator
public ServiceToUrlSortComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ServiceToURLProvider>
-