- All Implemented Interfaces:
ru.bitel.common.util.SegmentedRangeSet.Segmenter<IpAddress,R>
- Enclosing class:
- IpAddressRangeSet<R>
public static class IpAddressRangeSet.IpAddressSegmenter<R>
extends Object
implements ru.bitel.common.util.SegmentedRangeSet.Segmenter<IpAddress,R>
-
Field Summary
Fields
protected final int
protected final ru.bitel.common.util.Ranger<R,byte[]>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
maskLength
protected final int maskLength
-
ranger
protected final ru.bitel.common.util.Ranger<R,byte[]> ranger
-
Method Details
-
segmentKey
public byte[] segmentKey(byte[] address)
-
segmentKey
- Specified by:
segmentKey
in interface ru.bitel.common.util.SegmentedRangeSet.Segmenter<IpAddress,R>