Searched defs:ZoneNode (Results 1 – 1 of 1) sorted by relevance
47 private static class ZoneNode extends TreeNode<ZoneNode> { class in CountryZoneTree56 ZoneNode(String id, List<ZoneInfo> zoneInfos, int periodOffset, int periodCount) { in ZoneNode() method in CountryZoneTree.ZoneNode