org.commonjava.tensor.data.store
Interface IndexStore<K,V>


public interface IndexStore<K,V>


Method Summary
 void clear()
           
 boolean contains(K key)
           
 V get(K key)
           
 V remove(K key)
           
 V store(K key, V value)
           
 

Method Detail

store

V store(K key,
        V value)
        throws TensorDataException
Throws:
TensorDataException

get

V get(K key)
      throws TensorDataException
Throws:
TensorDataException

contains

boolean contains(K key)

clear

void clear()
           throws TensorDataException
Throws:
TensorDataException

remove

V remove(K key)
         throws TensorDataException
Throws:
TensorDataException


Copyright © 2013. All Rights Reserved.