Class LazyShortIterate


  • public final class LazyShortIterate
    extends Object
    LazyShortIterate is a factory class which creates "deferred" short iterables around the specified short iterables. A "deferred" short iterable performs some operation, such as filtering or transforming, when the result short iterable is iterated over. This makes the operation very memory efficient, because you don't have to create intermediate collections during the operation. This file was automatically generated from template file lazyPrimitiveIterate.stg.
    Since:
    5.0