| Package | Description |
|---|---|
| inet.ipaddr.format.util | |
| inet.ipaddr.format.util.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
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>> |
| Modifier and Type | Field and Description |
|---|---|
P |
IPAddressPartConfiguredString.stringParams |
| Modifier and Type | Method and Description |
|---|---|
P[] |
IPAddressPartStringSubCollection.getParams(P[] array) |
| Modifier and Type | Method and Description |
|---|---|
P[] |
IPAddressPartStringSubCollection.getParams(P[] array) |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|