Class CIDRGroupsMappingTable.Builder<V>

  • Enclosing interface:
    CIDRGroupsMappingTable<V>

    public static class CIDRGroupsMappingTable.Builder<V>
    extends java.lang.Object
    Builder to add CIDR to CIDR groups mappings and construct a mapping table with them
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(CIDR cidr, V cidrGroup)  
      CIDRGroupsMappingTable<V> build()
      Provides an instance of algorithm implementing CIDR to CIDR groups mappings
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

        public void add​(CIDR cidr,
                        V cidrGroup)
      • build

        public CIDRGroupsMappingTable<V> build()
        Provides an instance of algorithm implementing CIDR to CIDR groups mappings
        Returns:
        returns instance of CIDRGroupsMappingTable