FriendsList

FriendsList[conlist] gives a list of list of numbers. Sublist FriendsList[conlist]j contains the numbers for those points which are connected to or from point number j according to the connection list conlist. Thus FriendsList[conlist]j should be give the same result as ConnectedNeighbors[j,conlist].