java.lang.Object
com.hypixel.hytale.assetstore.map.CaseInsensitiveHashStrategy<K>
- All Implemented Interfaces:
it.unimi.dsi.fastutil.Hash.Strategy<K>
public class CaseInsensitiveHashStrategy<K>
extends Object
implements it.unimi.dsi.fastutil.Hash.Strategy<K>
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
CaseInsensitiveHashStrategy
public CaseInsensitiveHashStrategy()
-
Method Details
-
-
hashCode
public int hashCode(K key)
- Specified by:
hashCode in interface it.unimi.dsi.fastutil.Hash.Strategy<K>
-
equals
public boolean equals(K a,
K b)
- Specified by:
equals in interface it.unimi.dsi.fastutil.Hash.Strategy<K>