Search:

Type: Posts; User: Purple01

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    1,321

    Re: Change HashMap Type

    So it would be possibel to covert the data from:



    Map<Cell, XSSFCell> mapFile1 = new LinkedHashMap<Cell, XSSFCell>();


    to
  2. Replies
    3
    Views
    1,321

    Change HashMap Type

    I was wondering is it posible to change the Type of a HashMap?

    Becasue lets say I have used an Api (Apache POI) to create a HashMap.


    Map<Cell, XSSFCell> mapFile1 = new LinkedHashMap<Cell,...
Results 1 to 2 of 2