Package ru.bitel.common.inet
Class IpAddressRangeSet2<R>
java.lang.Object
ru.bitel.common.inet.IpAddressRangeSet2<R>
- 
Constructor Summary
ConstructorsConstructorDescriptionIpAddressRangeSet2(Class<R> clazz, ru.bitel.common.util.Ranger<R, byte[]> ranger, boolean bites, int maskLength)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleancontains(byte[] address) booleanstatic <K extends IpRange>
IpAddressRangeSet2<K>newInstance(Class<K> clazz, int maskLength) voidvoidprotected byte[]segmentKey(byte[] address) protected IpAddresssegmentKey(R range)  
- 
Constructor Details
- 
IpAddressRangeSet2
 
 - 
 - 
Method Details
- 
newInstance
 - 
segmentKey
 - 
segmentKey
protected byte[] segmentKey(byte[] address)  - 
get
 - 
get
 - 
addAll
 - 
removeAll
 - 
add
 - 
remove
 - 
contains
public boolean contains(byte[] address)  - 
contains
 
 -