Package | Description |
---|---|
inet.ipaddr.format.util | |
inet.ipaddr.format.util.sql |
Modifier and Type | Class and Description |
---|---|
class |
IPAddressPartStringSubCollection<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>> |
Modifier and Type | Method and Description |
---|---|
<S extends IPAddressPartConfiguredString<T,P>> |
IPAddressPartConfiguredString.getNetworkStringMatcher(boolean isEntireAddress,
IPAddressSQLTranslator translator)
Provides an object that can build SQL clauses to match this string representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IPAddressPartConfiguredString<?,?>> |
IPAddressPartStringCollection.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
SQLStringMatcher<T extends IPAddressPart,P extends IPAddressPartStringParams<T>,S extends IPAddressPartConfiguredString<T,P>>
This class is intended to match part of an address when it is written with a given string.
|