7677787980818283848586
try { String[] hma = MiscUtilities.tokenize(lcstruct, ":"); String h = hma[0]; String m = hma[1]; String a = hma[2]; lcStrLst.add(new LimitStruct(Integer.parseInt(h), Integer.parseInt(m), Integer.parseInt(a))); } catch (Exception ex) { } }