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 class
Table.HighestDeliverable
protected class
Table.Missing
protected class
Table.NumDeliverable
protected class
Table.Remover<R>
Methods in org.jgroups.util with parameters of type Table.Visitor Modifier and Type Method Description void
Table. forEach(long from, long to, Table.Visitor<T> visitor)
Iterates over the matrix with range [from ..
-