New Works.
-Added: Set -Added: Sorted Set -Added: HashSet -Added: LinkedHashSet -Changed: HASH method was changed to TO_HASH -Added: New Patterns.
This commit is contained in:
+1
-1
@@ -32,6 +32,6 @@ public interface COMPARATOR extends Comparator<CLASS_TYPE>
|
||||
*/
|
||||
public static COMPARATOR of(Comparator<CLASS_TYPE> c) {
|
||||
Objects.requireNonNull(c);
|
||||
return (K, V) -> c.compare(KEY_TO_OBJ(K), KEY_TO_OBJ(V))
|
||||
return (K, V) -> c.compare(KEY_TO_OBJ(K), KEY_TO_OBJ(V));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user