mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
12 lines
252 B
Java
Generated
12 lines
252 B
Java
Generated
// Generated automatically from io.netty.util.HashingStrategy for testing purposes
|
|
|
|
package io.netty.util;
|
|
|
|
|
|
public interface HashingStrategy<T>
|
|
{
|
|
boolean equals(T p0, T p1);
|
|
int hashCode(T p0);
|
|
static HashingStrategy JAVA_HASHER = null;
|
|
}
|