Class FastutilSetHelper.LongBitSetFilter

java.lang.Object
java.util.AbstractCollection<Long>
it.unimi.dsi.fastutil.longs.AbstractLongCollection
it.unimi.dsi.fastutil.longs.AbstractLongSet
io.trino.util.FastutilSetHelper.LongBitSetFilter
All Implemented Interfaces:
it.unimi.dsi.fastutil.longs.LongCollection, it.unimi.dsi.fastutil.longs.LongIterable, it.unimi.dsi.fastutil.longs.LongSet, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>
Enclosing class:
FastutilSetHelper

public static final class FastutilSetHelper.LongBitSetFilter extends it.unimi.dsi.fastutil.longs.AbstractLongSet
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(long value)
     
    it.unimi.dsi.fastutil.longs.LongIterator
     
    int
     
     

    Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongSet

    equals, hashCode, rem, remove

    Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection

    add, add, addAll, addAll, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArray

    Methods inherited from class java.util.AbstractCollection

    clear, isEmpty, toArray, toArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    toArray

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

    add, addAll, 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, remove, spliterator

    Methods inherited from interface java.util.Set

    addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
  • Method Details

    • contains

      public boolean contains(long value)
      Specified by:
      contains in interface it.unimi.dsi.fastutil.longs.LongCollection
      Overrides:
      contains in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
    • iterator

      public it.unimi.dsi.fastutil.longs.LongIterator iterator()
      Specified by:
      iterator in interface Collection<Long>
      Specified by:
      iterator in interface Iterable<Long>
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.longs.LongCollection
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.longs.LongIterable
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.longs.LongSet
      Specified by:
      iterator in interface Set<Long>
      Specified by:
      iterator in class it.unimi.dsi.fastutil.longs.AbstractLongSet
    • size

      public int size()
      Specified by:
      size in interface Collection<Long>
      Specified by:
      size in interface Set<Long>
      Specified by:
      size in class AbstractCollection<Long>
    • toString

      public String toString()
      Overrides:
      toString in class it.unimi.dsi.fastutil.longs.AbstractLongCollection