Uses of Interface
inet.ipaddr.format.util.IPAddressStringWriter
-
Packages that use IPAddressStringWriter Package Description inet.ipaddr.format.util Contains utility classes such as collections, spliterators, and String-writers.inet.ipaddr.format.util.sql Represents and matches different address string formats with sql. -
-
Uses of IPAddressStringWriter in inet.ipaddr.format.util
Classes in inet.ipaddr.format.util with type parameters of type IPAddressStringWriter Modifier and Type Class Description classIPAddressPartConfiguredString<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>>Pairs a part of an IP address along with an instance of a parameter class to define a specific string.classIPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>>Fields in inet.ipaddr.format.util declared as IPAddressStringWriter Modifier and Type Field Description PIPAddressPartConfiguredString. stringParamsMethods in inet.ipaddr.format.util that return IPAddressStringWriter Modifier and Type Method Description P[]IPAddressPartStringSubCollection. getParams(P[] array)Methods in inet.ipaddr.format.util with parameters of type IPAddressStringWriter Modifier and Type Method Description P[]IPAddressPartStringSubCollection. getParams(P[] array) -
Uses of IPAddressStringWriter in inet.ipaddr.format.util.sql
Classes in inet.ipaddr.format.util.sql with type parameters of type IPAddressStringWriter Modifier and Type Class Description classSQLStringMatcher<T extends IPAddressStringDivisionSeries,P extends IPAddressStringWriter<T>,S extends IPAddressPartConfiguredString<T,P>>This class is intended to match part of an address when it is written with a given string.
-