Class IdentityHashSet<E>

    • Constructor Detail

      • IdentityHashSet

        public IdentityHashSet()
        Creates a new IdentityHashSet instance
      • IdentityHashSet

        public IdentityHashSet​(int expectedMaxSize)
        Creates a new IdentityHashSet instance
        Parameters:
        expectedMaxSize - The maximum size for the map
      • IdentityHashSet

        public IdentityHashSet​(Collection<E> c)
        Creates a new IdentityHashSet instance
        Parameters:
        c - The elements to put in the map