Class ResourceNodeComparator
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.sort.ResourceNodeComparator
-
- All Implemented Interfaces:
Comparator<ResourceNode>
public class ResourceNodeComparator extends Object implements Comparator<ResourceNode>
author Pascal Knueppel
created at: 04.11.2019 - 21:25
-
-
Constructor Summary
Constructors Constructor Description ResourceNodeComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ResourceNode resource1, ResourceNode resource2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(ResourceNode resource1, ResourceNode resource2)
- Specified by:
comparein interfaceComparator<ResourceNode>
-
-