Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    729

    Re: Hashtable loadFactor

    Yes, that looks like the way to pass a float value to the constructor.

    To change a value in an existing instance of the class, you would need a setter method.
  2. Replies
    3
    Views
    729

    Re: Hashtable loadFactor

    Are you asking how to pass a float value to a constructor?
    The current code passes an int to the constructor. Use that as a template to code a float value.
Results 1 to 2 of 2