Module openj9.dtfj

Class IntegerSet

    • Constructor Detail

      • IntegerSet

        public IntegerSet()
    • Method Detail

      • contains

        public boolean contains​(long key)
        Returns:
        true if the set contains the given key
      • add

        public void add​(long key)
        Add the key to the set.
      • remove

        public void remove​(long key)
        Remove the key from the set.
      • memoryUsage

        public int memoryUsage()