inet.ipaddr.format.util

Class IPAddressPartStringSubCollection<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>>

  • java.lang.Object
    • inet.ipaddr.format.util.IPAddressPartStringSubCollection<T,P,S>
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      T part 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getParamCount() 
      P[] getParams(P[] array) 
      int size() 
      java.lang.String[] toStrings() 
      • Methods inherited from class java.lang.Object

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

        forEach, iterator, spliterator
    • Method Detail

      • getParams

        public P[] getParams(P[] array)
      • getParamCount

        public int getParamCount()
      • size

        public int size()
      • toStrings

        public java.lang.String[] toStrings()