Uses of Interface
org.jgroups.util.Buffer.Visitor
-
Packages that use Buffer.Visitor Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Buffer.Visitor in org.jgroups.util
Classes in org.jgroups.util that implement Buffer.Visitor Modifier and Type Class Description protected class
Buffer.HighestDeliverable
protected class
Buffer.Missing
protected class
Buffer.NumDeliverable
protected class
Buffer.Remover<R>
Methods in org.jgroups.util with parameters of type Buffer.Visitor Modifier and Type Method Description abstract void
Buffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)
void
Buffer. forEach(Buffer.Visitor<T> visitor, boolean nullify)
void
DynamicBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)
Iterates over the matrix with range [from ..void
FixedBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify)
void
FixedBuffer. forEach(long from, long to, Buffer.Visitor<T> visitor, boolean nullify, boolean respect_stop)
-