You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing implementation of bulkAddEdges requires a List; from what I can see the list is used in a for-each loop and there is an empty test on it. It would be useful to pass in an arbitrary iterable to this method. Even a Collection would be ok (which keeps size() and isEmpty() available).
The text was updated successfully, but these errors were encountered:
The existing implementation of
bulkAddEdges
requires aList
; from what I can see the list is used in a for-each loop and there is an empty test on it. It would be useful to pass in an arbitrary iterable to this method. Even aCollection
would be ok (which keepssize()
andisEmpty()
available).The text was updated successfully, but these errors were encountered: