Avoid substring calculation for each getter operation on Iban class · Issue #137 · arturmkrtchyan/iban4j · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.