Uses of Interface
org.apache.ignite.internal.util.lang.GridIterator
Packages that use GridIterator
Package
Description
-
Uses of GridIterator in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util that implement GridIterator -
Uses of GridIterator in org.apache.ignite.internal.util.lang
Classes in org.apache.ignite.internal.util.lang that implement GridIteratorModifier and TypeClassDescriptionclassConvenient adapter for "rich" iterator interface.Methods in org.apache.ignite.internal.util.lang that return GridIteratorModifier and TypeMethodDescriptionstatic <T> GridIterator<T>GridFunc.emptyIterator()Deprecated.static <T1,T2> GridIterator<T2> GridFunc.iterator(Iterable<? extends T1> c, IgniteClosure<? super T1, T2> trans, boolean readOnly, IgnitePredicate<? super T1>... p) Creates and returns transforming iterator from given collection and optional filtering predicates. -
Uses of GridIterator in org.apache.ignite.internal.util.lang.gridfunc
Classes in org.apache.ignite.internal.util.lang.gridfunc that implement GridIteratorModifier and TypeClassDescriptionclassTransformFilteringIterator<T2,T1> Iterator from given iter and optional filtering predicate.