I am working on porting the framework from C ++ to Java, and it turns out to be more complicated than I expected, since I do not know much about C ++. I stumbled upon this piece that I really don't understand. If anyone could tell me what the lines indicate, that would be awesome.
std::vector< std::pair< _Tp, _Val > > data; std::map< _Tp, int> mapping;
source share