Class HObjectOpenHashSet<K>

java.lang.Object
java.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectSet<K>
it.unimi.dsi.fastutil.objects.ObjectOpenHashSet<K>
com.hypixel.hytale.common.fastutil.HObjectOpenHashSet<K>
All Implemented Interfaces:
it.unimi.dsi.fastutil.Hash, it.unimi.dsi.fastutil.objects.ObjectCollection<K>, it.unimi.dsi.fastutil.objects.ObjectIterable<K>, it.unimi.dsi.fastutil.objects.ObjectSet<K>, Serializable, Cloneable, Iterable<K>, Collection<K>, Set<K>

public class HObjectOpenHashSet<K> extends it.unimi.dsi.fastutil.objects.ObjectOpenHashSet<K>
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.objects.ObjectOpenHashSet

    containsNull, f, key, 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet

    add, addAll, addOrGet, clear, clone, contains, ensureCapacity, forEach, get, hashCode, isEmpty, iterator, of, of, of, of, of, rehash, remove, shiftKeys, size, spliterator, toSet, toSetWithExpectedSize, trim, trim

    Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectSet

    equals

    Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectCollection

    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, removeIf, stream, toArray

    Methods inherited from interface java.util.Set

    containsAll, removeAll, retainAll, toArray, toArray
  • Constructor Details

    • HObjectOpenHashSet

      public HObjectOpenHashSet()
  • Method Details

    • first

      @Nullable public K first()
    • pushInto

      public void pushInto(@Nonnull Collection<K> c)