|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HGSearchable<KeyType,ValueType>
The HGSearchable interface specifies that an object can be searched by a key.
Things HGSearchable in HyperGraph are indexes, certain types and the like.
| Method Summary | |
|---|---|
HGSearchResult<ValueType> |
find(KeyType key)
Returns a HGSearchResult over all values matching a key in the
searched entity. |
| Method Detail |
|---|
HGSearchResult<ValueType> find(KeyType key)
Returns a HGSearchResult over all values matching a key in the
searched entity.
If there are no matches, the method should return HGSearchResult.EMPTY. The
method will never return a null. A HGException may
be thrown in exceptional situations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||