tigase.pubsub
Class ListCache<K,V>

java.lang.Object
  extended by tigase.util.SimpleCache<K,V>
      extended by tigase.pubsub.ListCache<K,V>
All Implemented Interfaces:
Map<K,V>

public class ListCache<K,V>
extends tigase.util.SimpleCache<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class tigase.util.SimpleCache
cache_off
 
Constructor Summary
ListCache(int maxSize, long time)
           
 
Method Summary
 
Methods inherited from class tigase.util.SimpleCache
clear, containsKey, containsValue, dataMap, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, removeOld, size, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCache

public ListCache(int maxSize,
                 long time)


Copyright © 2008-2012 Tigase. All Rights Reserved.