|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIndex
Represents an index on something, usually a relation. This index interface can be used when sort order is not relevant.
| Method Summary | |
|---|---|
List<ITuple> |
get(List<ITerm> key)
Return all tuples matching the given key. |
| Method Detail |
|---|
List<ITuple> get(List<ITerm> key)
key - The collection (possibly empty) of terms in the key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||