Uses of Class
org.apache.ignite.internal.util.GridSerializableCollection
-
Packages that use GridSerializableCollection Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.util.collection org.apache.ignite.internal.util.lang.gridfunc Contains utilities classes forGridFunc. -
-
Uses of GridSerializableCollection in org.apache.ignite.internal.processors.cache
Subclasses of GridSerializableCollection in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classGridCacheValueCollection<K,V>Value collection based on provided entries with all remove operations backed by underlying cache. -
Uses of GridSerializableCollection in org.apache.ignite.internal.util.collection
Subclasses of GridSerializableCollection in org.apache.ignite.internal.util.collection Modifier and Type Class Description classBitSetIntSetSet of Integers implementation based on BitSet. -
Uses of GridSerializableCollection in org.apache.ignite.internal.util.lang.gridfunc
Subclasses of GridSerializableCollection in org.apache.ignite.internal.util.lang.gridfunc Modifier and Type Class Description classFlatCollectionWrapper<T>Wrapper which iterable over the elements of the inner collections.classPredicateCollectionView<T>Light-weight view on given col with provided predicate.classReadOnlyCollectionView<T>Collection wrapper.classReadOnlyCollectionView2X<T>Collections wrapper.classTransformCollectionView<T1,T2>Light-weight view on given collection with provided predicate.
-