Class HLongOpenHashSet
java.lang.Object
java.util.AbstractCollection<Long>
it.unimi.dsi.fastutil.longs.AbstractLongCollection
it.unimi.dsi.fastutil.longs.AbstractLongSet
it.unimi.dsi.fastutil.longs.LongOpenHashSet
com.hypixel.hytale.common.fastutil.HLongOpenHashSet
- All Implemented Interfaces:
HLongSet,it.unimi.dsi.fastutil.Hash,it.unimi.dsi.fastutil.longs.LongCollection,it.unimi.dsi.fastutil.longs.LongIterable,it.unimi.dsi.fastutil.longs.LongSet,Serializable,Cloneable,Iterable<Long>,Collection<Long>,Set<Long>
public class HLongOpenHashSet
extends it.unimi.dsi.fastutil.longs.LongOpenHashSet
implements HLongSet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.Hash
it.unimi.dsi.fastutil.Hash.Strategy<K> -
Field Summary
Fields inherited from class it.unimi.dsi.fastutil.longs.LongOpenHashSet
containsNull, f, key, 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 -
Method Summary
Modifier and TypeMethodDescription<T,V> void removeIf(LongTriIntBiObjPredicate<T, V> predicate, int ia, int ib, int ic, T obj1, V obj2) Methods inherited from class it.unimi.dsi.fastutil.longs.LongOpenHashSet
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, hashCode, isEmpty, iterator, of, of, of, of, of, rehash, remove, shiftKeys, size, spliterator, toSet, toSetWithExpectedSize, trim, trimMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongSet
equals, remMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArray, toStringMethods inherited from class java.util.AbstractCollection
toArray, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
toArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongCollection
add, addAll, contains, containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toLongArray, toLongArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.longs.LongSet
add, contains, iterator, rem, remove, remove, spliterator
-
Constructor Details
-
HLongOpenHashSet
public HLongOpenHashSet()
-
-
Method Details
-
removeIf
public <T,V> void removeIf(@Nonnull LongTriIntBiObjPredicate<T, V> predicate, int ia, int ib, int ic, T obj1, V obj2)
-