Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,326

    Re: Change HashMap Type

    Do the Cell class and the XSSFCell class have methods that will convert their contents to a useful String?
    If so loop through the keys of the first Map, get the value for each key, convert the key...
  2. Replies
    3
    Views
    1,326

    Re: Change HashMap Type

    Why do you need to use the same variable name? When you define a variable, the compiler saves its type for use later in the program. To have two variables with the same name but different types, you...
Results 1 to 2 of 2