All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ranksys.javafm.data.ListWiseFMData Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2016 RankSys http://ranksys.org
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.ranksys.javafm.data;

import it.unimi.dsi.fastutil.ints.Int2ObjectMap.Entry;
import java.util.List;
import java.util.stream.Stream;
import org.ranksys.javafm.FMInstance;

/**
 *
 * @author Saúl Vargas ([email protected])
 */
public interface ListWiseFMData extends FMData {

    public Stream>> streamByGroup();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy