public class ThreadInfoHelper extends Object
Constructor and Description |
---|
ThreadInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static Map<ThreadInfoData,List<ThreadInfoData>> |
getThreadInfoDataMap(List<ThreadInfoData> infos)
Creates a
Map whose keys are ThreadInfoData in the input
list and whose values are all the ThreadInfoData equals to the
key. |
public static Map<ThreadInfoData,List<ThreadInfoData>> getThreadInfoDataMap(List<ThreadInfoData> infos)
Map
whose keys are ThreadInfoData
in the input
list and whose values are all the ThreadInfoData
equals to the
key.
ThreadInfoData
are equals if they have same thread id and name.Copyright © 2013. All Rights Reserved.