Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.gigaspaces.internal.utils.collections.BasedHashSet<E> (implements java.util.Set<E>)
- com.gigaspaces.internal.utils.collections.CopyOnUpdateMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.gigaspaces.internal.utils.collections.CopyOnUpdateOnceMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.gigaspaces.internal.utils.collections.CopyOnUpdateSafeArray<T> (implements com.j_spaces.kernel.ISafeArray<T>)
- com.gigaspaces.internal.utils.collections.HashMapFactory<K,V> (implements com.gigaspaces.internal.utils.collections.MapFactory<K,V>)
- com.j_spaces.jdbc.QueryCache
- com.gigaspaces.internal.utils.collections.ReadOnlyIterableWrapper<T> (implements java.lang.Iterable<T>)
- com.gigaspaces.internal.utils.collections.ReadOnlyIterableWrapper.ReadOnlyIteratorWrapper (implements java.util.Iterator<E>)
- com.gigaspaces.internal.utils.collections.ReadOnlyIteratorAdapter<E> (implements com.gigaspaces.internal.utils.collections.ReadOnlyIterator<E>)
- com.gigaspaces.internal.utils.collections.SelfCleaningTable<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.gigaspaces.internal.utils.collections.SelfCleaningValueTable<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>)
- com.gigaspaces.internal.utils.collections.THashMapFactory<K,V> (implements com.gigaspaces.internal.utils.collections.MapFactory<K,V>)