org.apache.lokahi.core.common.collection
Class TMCDataStore<T extends Collectable>

java.lang.Object
  extended by java.util.AbstractCollection<T>
      extended by org.apache.lokahi.core.common.collection.TMCCache<T>
          extended by org.apache.lokahi.core.common.collection.TMCDataStore<T>
All Implemented Interfaces:
java.lang.Iterable<T>, java.util.Collection<T>

public class TMCDataStore<T extends Collectable>
extends TMCCache<T>

Version:
$Id: TMCDataStore.java,v 1.3 2006/03/07 20:18:56 drtobes Exp $
Author:
Stephen Toback

Field Summary
 
Fields inherited from class org.apache.lokahi.core.common.collection.TMCCache
cache, index
 
Constructor Summary
TMCDataStore()
           
 
Method Summary
 int store(T t)
           
 
Methods inherited from class org.apache.lokahi.core.common.collection.TMCCache
add, get, get, iterator, size, values
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

TMCDataStore

public TMCDataStore()
Method Detail

store

public int store(T t)