Class ConnectionEndpointList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<ConnectionEndpoint>
org.springframework.data.gemfire.support.ConnectionEndpointList
All Implemented Interfaces:
Iterable<ConnectionEndpoint>, Collection<ConnectionEndpoint>, List<ConnectionEndpoint>

public class ConnectionEndpointList extends AbstractList<ConnectionEndpoint>
The ConnectionEndpointList class is an Iterable collection of ConnectionEndpoint objects.
Since:
1.6.3
Author:
John Blum
See Also: