| Interface | Description | 
|---|---|
| IArraySlice<T> | Interface for a slice of a backing array. | 
| IIntArraySlice | Interface for a slice of a backing int[]. | 
| IManagedArray<T> | An interface for a managed array. | 
| IManagedIntArray | An interface for a managed int[]. | 
| Class | Description | 
|---|---|
| GASImplUtil | Some utility method for the GAS Engine implementation. | 
| GASRunnerBase<VS,ES,ST> | Base class for running performance tests. | 
| ManagedArray<T> | A view on a mutable int[] that may be extended. | 
| ManagedIntArray | A view on a mutable int[] that may be extended. | 
| VertexDistribution | Utility class for sampling vertices from a graph. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.