Class AbstractLazyShortIterable.ShortMinProcedure

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable.ShortMinProcedure
All Implemented Interfaces:
Serializable, ShortProcedure
Enclosing class:
AbstractLazyShortIterable

private static final class AbstractLazyShortIterable.ShortMinProcedure extends Object implements ShortProcedure
  • Field Details

    • visitedOnce

      private boolean visitedOnce
    • min

      private short min
  • Constructor Details

    • ShortMinProcedure

      private ShortMinProcedure()
  • Method Details

    • value

      public void value(short each)
      Specified by:
      value in interface ShortProcedure
    • getValue

      public short getValue()