Package ru.bitel.common.inet
Class IpAddressRangeSet<R>
java.lang.Object
ru.bitel.common.util.SegmentedRangeSet<IpAddress,byte[],R>
ru.bitel.common.inet.IpAddressRangeSet<R>
public class IpAddressRangeSet<R>
extends ru.bitel.common.util.SegmentedRangeSet<IpAddress,byte[],R>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final class
IpAddressRangeSet.IpRanger<R extends IpRange>
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Comparator<byte[]>
protected final IpAddressRangeSet.IpAddressSegmenter<R>
Fields inherited from class ru.bitel.common.util.SegmentedRangeSet
clazz, comparator, notSegmented, ranger, rangerClass, segments
-
Constructor Summary
ConstructorDescriptionIpAddressRangeSet
(Class<R> clazz, ru.bitel.common.util.Ranger<R, byte[]> ranger, boolean bites, int maskLength) -
Method Summary
Modifier and TypeMethodDescriptionstatic <K extends IpRange>
IpAddressRangeSet<K>newInstance
(Class<K> clazz, int maskLength) Methods inherited from class ru.bitel.common.util.SegmentedRangeSet
add, addAll, get, get, listContains, remove, size
-
Field Details
-
COMPARATOR
-
segmenter
-
-
Constructor Details
-
IpAddressRangeSet
-
-
Method Details
-
newInstance
-