Uses of Class
org.jgroups.util.FastArray.FastIterator
-
Packages that use FastArray.FastIterator Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of FastArray.FastIterator in org.jgroups.util
Methods in org.jgroups.util that return FastArray.FastIterator Modifier and Type Method Description FastArray.FastIteratorFastArray. iterator()Iterator which iterates only over non-null elements, skipping null elementsFastArray.FastIteratorFastArray. iteratorWithFilter(java.util.function.Predicate<T> filter)Iterates over all non-null elements which match filter
-