org.commonjava.tensor.data.idx
Interface Index<Q,R>

All Known Implementing Classes:
AllByTargetIndex, ChildrenOfIndex, ParentOfIndex

public interface Index<Q,R>


Method Summary
 void clear()
           
 R get(Q query)
           
 boolean update(Object value)
           
 

Method Detail

clear

void clear()
           throws TensorDataException
Throws:
TensorDataException

update

boolean update(Object value)
               throws TensorDataException
Throws:
TensorDataException

get

R get(Q query)
      throws TensorDataException
Throws:
TensorDataException


Copyright © 2013. All Rights Reserved.