Here you can find the source of mergeSpeakerList(List
public static void mergeSpeakerList(List<String> speaker_list)
//package com.java2s; //License from project: Open Source License import java.util.List; public class Main { public static void mergeSpeakerList(List<String> speaker_list) { }/*from w ww .j av a2 s .co m*/ }