Interface HLongSet

All Superinterfaces:
Collection<Long>, Iterable<Long>, it.unimi.dsi.fastutil.longs.LongCollection, it.unimi.dsi.fastutil.longs.LongIterable, it.unimi.dsi.fastutil.longs.LongSet, Set<Long>
All Known Implementing Classes:
HLongOpenHashSet

public interface HLongSet extends it.unimi.dsi.fastutil.longs.LongSet
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, V> void
    removeIf(LongTriIntBiObjPredicate<T,V> var1, int var2, int var3, int var4, T var5, V var6)
     

    Methods inherited from interface java.util.Collection

    toArray

    Methods 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, toLongArray

    Methods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable

    forEach, forEach, forEach

    Methods inherited from interface it.unimi.dsi.fastutil.longs.LongSet

    add, contains, iterator, rem, remove, remove, spliterator

    Methods inherited from interface java.util.Set

    addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
  • Method Details

    • removeIf

      <T, V> void removeIf(LongTriIntBiObjPredicate<T,V> var1, int var2, int var3, int var4, T var5, V var6)