returnCollections.unmodifiableList(toList()).iterator(); } 代码示例来源:origin: io.projectreactor/reactor-core /** * Return an immutable {@link Iterator Iterator<Object>} around * the content of this {@code Tuple}. * * @implNote As an {@link Iterator} is always tied to its {@link Ite...
代码示例来源:origin: io.projectreactor/reactor-core /** * Return an immutable {@link Iterator Iterator<Object>} around * the content of this {@code Tuple}. * * @implNote As an {@link Iterator} is always tied to its {@link Iterable} source by * definition, the iterator cannot be mut...
方法名:toArray Tuple2.toArray介绍 [英]Turn this Tuple into a plain Object[]. The array isn't tied to this Tuple but is a copy. [中]将此元组转换为普通对象[]。数组与这个元组无关,但它是一个副本。 代码示例 代码示例来源:origin: reactor/reactor-core /** * Turn this {@code Tuple} in...