Modifier and Type | Method and Description |
---|---|
static IBAN |
IBAN.parse(String text)
Parses text from the beginning of the given string to produce an
IBAN instance. |
static IBAN |
IBAN.parse(String text,
ParsePosition pos)
Parses text from a string to produce an
IBAN instance. |
static IBAN |
IBAN.parse(String countryCode,
String bban)
Parses text from a BBAN string to produce an
IBAN instance. |
static IBAN |
IBAN.valueOf(String text)
Parses text from the beginning of the given string to produce an
IBAN instance. |
static IBAN |
IBAN.valueOf(String countryCode,
String bban)
Parses text from a BBAN string to produce an
IBAN instance. |
Modifier and Type | Method and Description |
---|---|
int |
IBAN.compareTo(IBAN o)
Compares this object with the specified object for order.
|
Copyright © 2013–2017 jDTAUS. All rights reserved.