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 ddl
intermediary net/minecraft/class_6136
named net/minecraft/class_6136
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
class_6136.class_6137
Nested 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_6137
field_31715
Fields inherited from class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
containsNull, f, first, key, last, link, mask, maxFill, minN, n, size
Fields 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 boolean
add(long long2)
boolean
isEmpty()
boolean
rem(long long2)
long
removeFirstLong()
int
size()
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, trim
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongSet
equals
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection
add, contains, containsAll, remove, removeAll, retainAll, toArray, toLongArray, toLongArray, toString
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toArray, toArray
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toLongArray, toLongArray
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEach
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongSortedSet
first, headSet, last, subSet, tailSet
Methods inherited from interface java.util.Set
add, contains, containsAll, equals, remove, removeAll, retainAll, toArray, toArray
Methods inherited from interface java.util.SortedSet
spliterator
-
Field Details
-
field_31715
- Mappings:
Namespace Name Mixin selector official a
Lddl;a:Lddl$a;
intermediary field_31715
Lnet/minecraft/class_6136;field_31715:Lnet/minecraft/class_6136$class_6137;
named field_31715
Lnet/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:
add
in interfaceLongCollection
- Overrides:
add
in classLongLinkedOpenHashSet
- Mappings:
Namespace Name Mixin selector official add
Lddl;add(J)Z
intermediary add
Lnet/minecraft/class_6136;add(J)Z
named add
Lnet/minecraft/class_6136;add(J)Z
-
rem
public boolean rem(long long2)- Specified by:
rem
in interfaceLongCollection
- Specified by:
rem
in interfaceLongSet
- Overrides:
rem
in classAbstractLongSet
- Mappings:
Namespace Name Mixin selector official rem
Lddl;rem(J)Z
intermediary rem
Lnet/minecraft/class_6136;rem(J)Z
named rem
Lnet/minecraft/class_6136;rem(J)Z
-
removeFirstLong
public long removeFirstLong()- Overrides:
removeFirstLong
in classLongLinkedOpenHashSet
- Mappings:
Namespace Name Mixin selector official removeFirstLong
Lddl;removeFirstLong()J
intermediary removeFirstLong
Lnet/minecraft/class_6136;removeFirstLong()J
named removeFirstLong
Lnet/minecraft/class_6136;removeFirstLong()J
-
size
public int size()- Specified by:
size
in interfaceCollection<Long>
- Specified by:
size
in interfaceSet<Long>
- Overrides:
size
in classLongLinkedOpenHashSet
- Mappings:
Namespace Name Mixin selector official size
Lddl;size()I
intermediary size
Lnet/minecraft/class_6136;size()I
named size
Lnet/minecraft/class_6136;size()I
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<Long>
- Specified by:
isEmpty
in interfaceSet<Long>
- Overrides:
isEmpty
in classLongLinkedOpenHashSet
- Mappings:
Namespace Name Mixin selector official isEmpty
Lddl;isEmpty()Z
intermediary isEmpty
Lnet/minecraft/class_6136;isEmpty()Z
named isEmpty
Lnet/minecraft/class_6136;isEmpty()Z
-