public interface ShortIterable
extends java.lang.Iterable
Modifier and Type | Method and Description |
---|---|
default void |
forEach(java.util.function.Consumer action)
Deprecated.
|
default void |
forEach(ShortConsumer action) |
ShortIterator |
iterator() |
ShortIterator iterator()
iterator
in interface java.lang.Iterable
default void forEach(ShortConsumer action)
@Deprecated default void forEach(java.util.function.Consumer action)
forEach
in interface java.lang.Iterable
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.