Uses of Interface
org.jgroups.util.MessageIterator
-
Packages that use MessageIterator Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of MessageIterator in org.jgroups.util
Classes in org.jgroups.util that implement MessageIterator Modifier and Type Class Description protected classMessageBatch.BatchIteratorIterates over non-null elements of a batch, skipping null elementsMethods in org.jgroups.util that return MessageIterator Modifier and Type Method Description MessageIteratorMessageBatch. iterator()Iterator which iterates only over non-null messages, skipping null messages
-