Class Comparators.PowerSetComparator<T>
java.lang.Object
org.eclipse.collections.impl.block.factory.Comparators.PowerSetComparator<T>
- All Implemented Interfaces:
Serializable
,Comparator<SortedSetIterable<T>>
,SerializableComparator<SortedSetIterable<T>>
- Enclosing class:
Comparators
private static final class Comparators.PowerSetComparator<T>
extends Object
implements SerializableComparator<SortedSetIterable<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(SortedSetIterable<T> setA, SortedSetIterable<T> setB) 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
PowerSetComparator
private PowerSetComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T>
-