org.aksw.commons.graph
Class IndexTable
java.lang.Object
org.aksw.commons.graph.IndexTable
public class IndexTable
- extends Object
Represents a cache entry for a certain index key.
The complete flag indicates whether the store may contain additional data
that is not in the index.
Note: A "real" implementation would take orderings into account
- Author:
- raven
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexTable
public IndexTable()
IndexTable
public IndexTable(boolean isComplete)
isComplete
public boolean isComplete()
setComplete
public void setComplete(boolean isComplete)
getRows
public Set<List<Object>> getRows()
Copyright © 2012. All Rights Reserved.