Class InetAddressSet

All Implemented Interfaces:
Iterable<String>, Collection<String>, Predicate<InetAddress>, Set<String>

public class InetAddressSet extends AbstractSet<String> implements Set<String>, Predicate<InetAddress>
A set of InetAddress patterns.

This is a Set of String patterns that are used to match a Predicate over InetAddress for containment semantics. The patterns that may be set are defined in InetAddressPattern.

This class is designed to work with IncludeExcludeSet

See Also: