net.ontopia.utils
Interface LookupIndexIF<K,E>

All Known Subinterfaces:
TransactionalLookupIndexIF<K,E>
All Known Implementing Classes:
CachedIndex, ChainedIndex, HashMapIndex, LocatorLookup, MapIndex, QueryLookup, SharedLocatorLookup, SharedQueryLookup, SoftHashMapIndex, SoftValueHashMapIndex, StatisticsIndex, SynchronizedLookupIndex, TransactionalLRULookupIndex, TransactionalSoftHashMapIndex, WeakHashMapIndex

public interface LookupIndexIF<K,E>

INTERNAL: An interface implemented by objects which can be used to look up information, but which can do no more. A simplified version of the Map interface, used for lookup.


Method Summary
 E get(K key)
           
 E put(K key, E value)
           
 E remove(K key)
           
 

Method Detail

get

E get(K key)

put

E put(K key,
      E value)

remove

E remove(K key)


Copyright © 2000-2012 Ontopia.