Class AbstractLazyShortIterable.ShortMaxProcedure

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

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

    • visitedOnce

      private boolean visitedOnce
    • max

      private short max
  • Constructor Details

    • ShortMaxProcedure

      private ShortMaxProcedure()
  • Method Details

    • value

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

      public short getValue()