public class GASImplUtil extends Object
Constructor and Description |
---|
GASImplUtil() |
Modifier and Type | Method and Description |
---|---|
static IArraySlice<org.openrdf.model.Value> |
compactAndSort(Set<org.openrdf.model.Value> vertices,
IManagedArray<org.openrdf.model.Value> buffer)
Compact a collection of vertices into an ordered frontier.
|
public static IArraySlice<org.openrdf.model.Value> compactAndSort(Set<org.openrdf.model.Value> vertices, IManagedArray<org.openrdf.model.Value> buffer)
vertices
- The collection of vertices for the new frontier.buffer
- The backing buffer for the new frontier - it will be resized
if necessary.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.