public final class VertexGroupComputeUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <V> Set<V> |
mergeVertexGroups(Set<V> group1,
Set<V> group2,
Map<V,Set<V>> vertexToGroup) |
static <V> Set<Set<V>> |
uniqueVertexGroups(Map<V,Set<V>> vertexToGroup) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.