Class Subnets

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Subnet>

    public class Subnets
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Iterable<Subnet>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Subnet> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      Subnets()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Subnet> getList()  
      java.util.Iterator<Subnet> iterator()  
      void setList​(java.util.List<Subnet> list)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • list

        private java.util.List<Subnet> list
    • Constructor Detail

      • Subnets

        public Subnets()
    • Method Detail

      • getList

        public java.util.List<Subnet> getList()
        Returns:
        the list
      • setList

        public void setList​(java.util.List<Subnet> list)
        Parameters:
        list - the list to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • iterator

        public java.util.Iterator<Subnet> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Subnet>