public class HostSet extends Object implements Iterable<InetSocketAddress>
For InetSocketAddress A and B with the same host address, we define a partial order between A and B, A <= B iff A.getPort() == B .getPort() || B.getPort() == 0.
Constructor and Description |
---|
HostSet() |
Modifier and Type | Method and Description |
---|---|
Iterator<InetSocketAddress> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Iterator<InetSocketAddress> iterator()
iterator
in interface Iterable<InetSocketAddress>
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.