Uses of Class
org.jgroups.util.Range
-
Packages that use Range Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Range in org.jgroups.util
Methods in org.jgroups.util that return types with arguments of type Range Modifier and Type Method Description static java.util.List<Range>
Util. computeFragOffsets(byte[] buf, int frag_size)
static java.util.List<Range>
Util. computeFragOffsets(int offset, int length, int frag_size)
Given a buffer and a fragmentation size, compute a list of fragmentation offset/length pairs, and return them in a list.Methods in org.jgroups.util with parameters of type Range Modifier and Type Method Description int
Range. compareTo(Range other)
-