Class IpAddressRangeSet.IpRanger<R extends IpRange>

java.lang.Object
ru.bitel.common.inet.IpAddressRangeSet.IpRanger<R>
All Implemented Interfaces:
ru.bitel.common.util.Ranger<R,​byte[]>
Enclosing class:
IpAddressRangeSet<R>

public static final class IpAddressRangeSet.IpRanger<R extends IpRange>
extends java.lang.Object
implements ru.bitel.common.util.Ranger<R,​byte[]>
  • Constructor Summary

    Constructors
    Constructor Description
    IpRanger()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getMaxValue​(R r)  
    byte[] getMinValue​(R r)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IpRanger

      public IpRanger()
  • Method Details

    • getMinValue

      public byte[] getMinValue​(R r)
      Specified by:
      getMinValue in interface ru.bitel.common.util.Ranger<R extends IpRange,​byte[]>
    • getMaxValue

      public byte[] getMaxValue​(R r)
      Specified by:
      getMaxValue in interface ru.bitel.common.util.Ranger<R extends IpRange,​byte[]>