Searched refs:workingSet (Results 1 – 1 of 1) sorted by relevance
122 final Queue<IpPrefix> workingSet = new LinkedList<>(); in asIpPrefixes() local126 workingSet.add(new IpPrefix(isIpv6 ? getAsInetAddress(new byte[16]) /* IPv6_ANY */ in asIpPrefixes()130 while (!workingSet.isEmpty()) { in asIpPrefixes()131 final IpPrefix workingPrefix = workingSet.poll(); in asIpPrefixes()144 workingSet.addAll(getSubsetPrefixes(workingPrefix)); in asIpPrefixes()