Here you can find the source of getMergedSpeakerList()
public static List<String> getMergedSpeakerList()
//package com.java2s; //License from project: Open Source License import java.util.List; public class Main { public static List<String> getMergedSpeakerList() { return null; }//w w w .j a va2 s . c o m }