Uses of Interface
org.jgroups.util.Table.Visitor
-
Packages that use Table.Visitor Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Table.Visitor in org.jgroups.util
Classes in org.jgroups.util that implement Table.Visitor Modifier and Type Class Description protected classTable.HighestDeliverableprotected classTable.Missingprotected classTable.NumDeliverableprotected classTable.Remover<R>Methods in org.jgroups.util with parameters of type Table.Visitor Modifier and Type Method Description voidTable. forEach(long from, long to, Table.Visitor<T> visitor)Iterates over the matrix with range [from ..
-