Package net.minecraft.util.collection
Class LongObjectStorage.Entry<V>
java.lang.Object
net.minecraft.util.collection.LongObjectStorage.Entry<V>
- Enclosing class:
- LongObjectStorage<V>
- Mappings:
Namespace Name official nq$aintermediary net/minecraft/class_835$class_836named net/minecraft/util/collection/LongObjectStorage$Entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
final long key- Mappings:
Namespace Name Mixin selector official aLnq$a;a:Jintermediary field_3081Lnet/minecraft/class_835$class_836;field_3081:Jnamed keyLnet/minecraft/util/collection/LongObjectStorage$Entry;key:J
-
value
V value- Mappings:
Namespace Name Mixin selector official bLnq$a;b:Ljava/lang/Object;intermediary field_3082Lnet/minecraft/class_835$class_836;field_3082:Ljava/lang/Object;named valueLnet/minecraft/util/collection/LongObjectStorage$Entry;value:Ljava/lang/Object;
-
next
LongObjectStorage.Entry<V> next- Mappings:
Namespace Name Mixin selector official cLnq$a;c:Lnq$a;intermediary field_3083Lnet/minecraft/class_835$class_836;field_3083:Lnet/minecraft/class_835$class_836;named nextLnet/minecraft/util/collection/LongObjectStorage$Entry;next:Lnet/minecraft/util/collection/LongObjectStorage$Entry;
-
hash
final int hash- Mappings:
Namespace Name Mixin selector official dLnq$a;d:Iintermediary field_3084Lnet/minecraft/class_835$class_836;field_3084:Inamed hashLnet/minecraft/util/collection/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_835$class_836;<init>(IJLjava/lang/Object;Lnet/minecraft/class_835$class_836;)Vnamed <init>Lnet/minecraft/util/collection/LongObjectStorage$Entry;<init>(IJLjava/lang/Object;Lnet/minecraft/util/collection/LongObjectStorage$Entry;)V
-
-
Method Details
-
getKey
public final long getKey()- Mappings:
Namespace Name Mixin selector official aLnq$a;a()Jintermediary method_2331Lnet/minecraft/class_835$class_836;method_2331()Jnamed getKeyLnet/minecraft/util/collection/LongObjectStorage$Entry;getKey()J
-
getValue
- Mappings:
Namespace Name Mixin selector official bLnq$a;b()Ljava/lang/Object;intermediary method_2332Lnet/minecraft/class_835$class_836;method_2332()Ljava/lang/Object;named getValueLnet/minecraft/util/collection/LongObjectStorage$Entry;getValue()Ljava/lang/Object;
-
equals
- Overrides:
equalsin classObject- Mappings:
Namespace Name Mixin selector official equalsLnq$a;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_835$class_836;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/util/collection/LongObjectStorage$Entry;equals(Ljava/lang/Object;)Z
-
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_835$class_836;toString()Ljava/lang/String;named toStringLnet/minecraft/util/collection/LongObjectStorage$Entry;toString()Ljava/lang/String;
-