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