iban4j icon indicating copy to clipboard operation
iban4j copied to clipboard

Avoid substring calculation for each getter operation on Iban class

Open haroonsin opened this issue 9 months ago • 0 comments

Can we retain iban's attributes as state within Iban class? That way we do not have to perform a substring operation whenever a getter is invoked., say getAccountNumber(), getCountryCode() etc.

haroonsin avatar May 02 '24 11:05 haroonsin