Uses of Interface
inet.ipaddr.format.util.IPAddressStringWriter
Packages that use IPAddressStringWriter
Package
Description
Contains utility classes such as collections, spliterators, and String-writers.
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 IPAddressStringWriterModifier and TypeClassDescriptionclass
IPAddressPartConfiguredString<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.class
IPAddressPartStringSubCollection<T extends IPAddressStringDivisionSeries,
P extends IPAddressStringWriter<T>, S extends IPAddressPartConfiguredString<T, P>> Fields in inet.ipaddr.format.util declared as IPAddressStringWriterMethods in inet.ipaddr.format.util that return IPAddressStringWriterMethods in inet.ipaddr.format.util with parameters of type IPAddressStringWriter -
Uses of IPAddressStringWriter in inet.ipaddr.format.util.sql
Classes in inet.ipaddr.format.util.sql with type parameters of type IPAddressStringWriterModifier and TypeClassDescriptionclass
SQLStringMatcher<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.