Skip to content

CaseInsensitiveHashStrategy

Package: com.hypixel.hytale.assetstore.map

public class CaseInsensitiveHashStrategy<K> implements Strategy<K>

Singleton hash strategy providing case-insensitive hashing and equality for String keys. For non-string keys, delegates to standard hashCode() and equals().

public static <K> CaseInsensitiveHashStrategy<K> getInstance()
public int hashCode(K key)
public boolean equals(K a, K b)
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.