Package net.minecraft.util
Class LongObjectStorage.Entry<V>
java.lang.Object
net.minecraft.util.LongObjectStorage.Entry<V>
- Enclosing class:
- LongObjectStorage<V>
static class LongObjectStorage.Entry<V> extends Object
- Mappings:
Namespace Name official nq$aintermediary net/minecraft/class_1701$class_1702named net/minecraft/util/LongObjectStorage$Entry
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Entry(int hash, long key, V value, LongObjectStorage.Entry<V> next) -
Method Summary
-
Field Details
-
key
final long key- Mappings:
Namespace Name Mixin selector official aLnq$a;a:Jintermediary field_7144Lnet/minecraft/class_1701$class_1702;field_7144:Jnamed keyLnet/minecraft/util/LongObjectStorage$Entry;key:J
-
value
V value- Mappings:
Namespace Name Mixin selector official bLnq$a;b:Ljava/lang/Object;intermediary field_7145Lnet/minecraft/class_1701$class_1702;field_7145:Ljava/lang/Object;named valueLnet/minecraft/util/LongObjectStorage$Entry;value:Ljava/lang/Object;
-
next
LongObjectStorage.Entry<V> next- Mappings:
Namespace Name Mixin selector official cLnq$a;c:Lnq$a;intermediary field_7146Lnet/minecraft/class_1701$class_1702;field_7146:Lnet/minecraft/class_1701$class_1702;named nextLnet/minecraft/util/LongObjectStorage$Entry;next:Lnet/minecraft/util/LongObjectStorage$Entry;
-
hash
final int hash- Mappings:
Namespace Name Mixin selector official dLnq$a;d:Iintermediary field_7147Lnet/minecraft/class_1701$class_1702;field_7147:Inamed hashLnet/minecraft/util/LongObjectStorage$Entry;hash:I
-
-
Constructor Details
-
Entry
Entry(int hash, long key, V value, LongObjectStorage.Entry<V> next)- Mappings:
Namespace Name Mixin selector official <init>Lnq$a;<init>(IJLjava/lang/Object;Lnq$a;)Vintermediary <init>Lnet/minecraft/class_1701$class_1702;<init>(IJLjava/lang/Object;Lnet/minecraft/class_1701$class_1702;)Vnamed <init>Lnet/minecraft/util/LongObjectStorage$Entry;<init>(IJLjava/lang/Object;Lnet/minecraft/util/LongObjectStorage$Entry;)V
-
-
Method Details
-
getKey
public final long getKey()- Mappings:
Namespace Name Mixin selector official aLnq$a;a()Jintermediary method_6616Lnet/minecraft/class_1701$class_1702;method_6616()Jnamed getKeyLnet/minecraft/util/LongObjectStorage$Entry;getKey()J
-
getValue
- Mappings:
Namespace Name Mixin selector official bLnq$a;b()Ljava/lang/Object;intermediary method_6617Lnet/minecraft/class_1701$class_1702;method_6617()Ljava/lang/Object;named getValueLnet/minecraft/util/LongObjectStorage$Entry;getValue()Ljava/lang/Object;
-
equals
-
hashCode
public final int hashCode() -
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLnq$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_1701$class_1702;toString()Ljava/lang/String;named toStringLnet/minecraft/util/LongObjectStorage$Entry;toString()Ljava/lang/String;
-