Searched refs:CollectionNode (Results 1 – 1 of 1) sorted by relevance
153 return new CollectionNode<>(c); in node()698 private static final class CollectionNode<T> implements Node<T> { class in Nodes701 CollectionNode(Collection<T> c) { in CollectionNode() method in Nodes.CollectionNode