Package net.minecraft
Class class_6136
- All Implemented Interfaces:
Hash,LongBidirectionalIterable,LongCollection,LongIterable,LongSet,LongSortedSet,Serializable,Cloneable,Iterable<Long>,Collection<Long>,Set<Long>,SortedSet<Long>
public class class_6136 extends LongLinkedOpenHashSet
- See Also:
- Serialized Form
- Mappings:
Namespace Name official ddlintermediary net/minecraft/class_6136named net/minecraft/class_6136
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classclass_6136.class_6137Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.Hash
Hash.Strategy<K extends Object> -
Field Summary
Fields Modifier and Type Field Description private class_6136.class_6137field_31715Fields inherited from class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
containsNull, f, first, key, last, link, mask, maxFill, minN, n, sizeFields inherited from interface it.unimi.dsi.fastutil.Hash
DEFAULT_GROWTH_FACTOR, DEFAULT_INITIAL_SIZE, DEFAULT_LOAD_FACTOR, FAST_LOAD_FACTOR, FREE, OCCUPIED, PRIMES, REMOVED, VERY_FAST_LOAD_FACTOR -
Constructor Summary
Constructors Constructor Description class_6136(int int2, float float2) -
Method Summary
Modifier and Type Method Description booleanadd(long long2)booleanisEmpty()booleanrem(long long2)longremoveFirstLong()intsize()Methods inherited from class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
addAll, addAll, addAndMoveToFirst, addAndMoveToLast, clear, clone, comparator, contains, firstLong, fixPointers, fixPointers, hashCode, headSet, iterator, iterator, lastLong, rehash, remove, removeLastLong, shiftKeys, subSet, tailSet, trim, trimMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongSet
equalsMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection
add, contains, containsAll, remove, removeAll, retainAll, toArray, toLongArray, toLongArray, toStringMethods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toLongArray, toLongArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.longs.LongSortedSet
first, headSet, last, subSet, tailSetMethods inherited from interface java.util.Set
add, contains, containsAll, equals, remove, removeAll, retainAll, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Field Details
-
field_31715
- Mappings:
Namespace Name Mixin selector official aLddl;a:Lddl$a;intermediary field_31715Lnet/minecraft/class_6136;field_31715:Lnet/minecraft/class_6136$class_6137;named field_31715Lnet/minecraft/class_6136;field_31715:Lnet/minecraft/class_6136$class_6137;
-
-
Constructor Details
-
class_6136
public class_6136(int int2, float float2)
-
-
Method Details
-
add
public boolean add(long long2)- Specified by:
addin interfaceLongCollection- Overrides:
addin classLongLinkedOpenHashSet- Mappings:
Namespace Name Mixin selector official addLddl;add(J)Zintermediary addLnet/minecraft/class_6136;add(J)Znamed addLnet/minecraft/class_6136;add(J)Z
-
rem
public boolean rem(long long2)- Specified by:
remin interfaceLongCollection- Specified by:
remin interfaceLongSet- Overrides:
remin classAbstractLongSet- Mappings:
Namespace Name Mixin selector official remLddl;rem(J)Zintermediary remLnet/minecraft/class_6136;rem(J)Znamed remLnet/minecraft/class_6136;rem(J)Z
-
removeFirstLong
public long removeFirstLong()- Overrides:
removeFirstLongin classLongLinkedOpenHashSet- Mappings:
Namespace Name Mixin selector official removeFirstLongLddl;removeFirstLong()Jintermediary removeFirstLongLnet/minecraft/class_6136;removeFirstLong()Jnamed removeFirstLongLnet/minecraft/class_6136;removeFirstLong()J
-
size
public int size()- Specified by:
sizein interfaceCollection<Long>- Specified by:
sizein interfaceSet<Long>- Overrides:
sizein classLongLinkedOpenHashSet- Mappings:
Namespace Name Mixin selector official sizeLddl;size()Iintermediary sizeLnet/minecraft/class_6136;size()Inamed sizeLnet/minecraft/class_6136;size()I
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<Long>- Specified by:
isEmptyin interfaceSet<Long>- Overrides:
isEmptyin classLongLinkedOpenHashSet- Mappings:
Namespace Name Mixin selector official isEmptyLddl;isEmpty()Zintermediary isEmptyLnet/minecraft/class_6136;isEmpty()Znamed isEmptyLnet/minecraft/class_6136;isEmpty()Z
-