Interface GraphExporter.ClusterProvider<N,​E>

  • Type Parameters:
    N - node type of network
    E - edge type of network
    All Superinterfaces:
    Function<com.google.common.graph.ImmutableNetwork<N,​E>,​Map<N,​Set<N>>>
    Enclosing class:
    GraphExporter<N,​E>

    public static interface GraphExporter.ClusterProvider<N,​E>
    extends Function<com.google.common.graph.ImmutableNetwork<N,​E>,​Map<N,​Set<N>>>
    Shorthand-type for the extended functional interface.