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 TypeMethodDescription<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
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
-
Method Details
-
removeIf
<T,V> void removeIf(LongTriIntBiObjPredicate<T, V> var1, int var2, int var3, int var4, T var5, V var6)
-