|
Change Variable Type ents : Set<Entry<Long,String>> to ents : Set<Map.Entry<Long,String>> in method private checkSizes(expectedSize int) : void in class org.cliffc.high_scale_lib.nbhm_test.NBHML_Tester2 |
From |
To |
|
Change Variable Type buf : StringBuffer to buf : StringBuilder in method public testConcurrentSimple() : void in class org.cliffc.high_scale_lib.nbhm_test.NBHML_Tester2 |
From |
To |
|
Change Variable Type entry : Entry<Long,String> to entry : Map.Entry<Long,String> in method public testNonBlockingHashMapSize() : void in class org.cliffc.high_scale_lib.nbhm_test.NBHML_Tester2 |
From |
To |