Uses of Class
org.aksw.commons.graph.IndexTable

Packages that use IndexTable
org.aksw.commons.graph   
 

Uses of IndexTable in org.aksw.commons.graph
 

Methods in org.aksw.commons.graph that return IndexTable
static
<T> IndexTable
TripleCacheIndexImpl.getOrCreate(org.apache.commons.collections15.map.LRUMap<List<? super T>,IndexTable> map, List<T> key)
           
static
<T> IndexTable
TripleIndexUtils.getOrCreate(Map<List<T>,IndexTable> map, List<T> key)
           
static
<T> IndexTable
TripleCacheIndexImpl.getOrCreate(Map<List<T>,IndexTable> map, List<T> key)
           
 

Methods in org.aksw.commons.graph that return types with arguments of type IndexTable
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)
           
 

Method parameters in org.aksw.commons.graph with type arguments of type IndexTable
static
<T> IndexTable
TripleCacheIndexImpl.getOrCreate(org.apache.commons.collections15.map.LRUMap<List<? super T>,IndexTable> map, List<T> key)
           
static
<T> IndexTable
TripleIndexUtils.getOrCreate(Map<List<T>,IndexTable> map, List<T> key)
           
static
<T> IndexTable
TripleCacheIndexImpl.getOrCreate(Map<List<T>,IndexTable> map, List<T> key)
           
 



Copyright © 2012. All Rights Reserved.