| Package | Description |
|---|---|
| org.aksw.commons.graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexTable |
TripleCacheIndexImpl.getOrCreate(org.apache.commons.collections15.map.LRUMap<List<? super T>,IndexTable> map,
List<T> key) |
static <T> IndexTable |
TripleCacheIndexImpl.getOrCreate(Map<List<T>,IndexTable> map,
List<T> key) |
static <T> IndexTable |
TripleIndexUtils.getOrCreate(Map<List<T>,IndexTable> map,
List<T> key) |
| Modifier and Type | Method and Description |
|---|---|
static Map<List<Object>,IndexTable> |
TripleIndexUtils.index(Collection<com.hp.hpl.jena.graph.Triple> triples,
int[] keyColumns) |
static Map<List<Object>,IndexTable> |
TripleIndexUtils.index(Collection<com.hp.hpl.jena.graph.Triple> triples,
int[] keyColumns,
int[] valueColumns) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexTable |
TripleCacheIndexImpl.getOrCreate(org.apache.commons.collections15.map.LRUMap<List<? super T>,IndexTable> map,
List<T> key) |
static <T> IndexTable |
TripleCacheIndexImpl.getOrCreate(Map<List<T>,IndexTable> map,
List<T> key) |
static <T> IndexTable |
TripleIndexUtils.getOrCreate(Map<List<T>,IndexTable> map,
List<T> key) |
Copyright © 2013. All Rights Reserved.