blob: 47c38cbf3704483063e33c5fd972d5a0660e5766 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 Intel Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Intel Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.help.internal.index;
import java.util.Map;
/**
* @author sturmash
*
* To change the template for this generated type comment go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
public interface IIndex {
/**
* Returns assosiation between keywords and IIndexEntry
* @return Map of IIndexEntry
*/
Map getEntries();
}