Class MutableHashedLinkedMap.Entry
java.lang.Object
net.neoforged.neoforge.common.util.MutableHashedLinkedMap.Entry
- All Implemented Interfaces:
 Map.Entry<K,V> 
- Enclosing class:
 - MutableHashedLinkedMap<K,
V>  
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
key
 - 
value
 - 
previous
 - 
next
 
 - 
 - 
Constructor Details
- 
Entry
 
 - 
 - 
Method Details
- 
getKey
 - 
getValue
 - 
setValue
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -