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