Interface CircularArray_I64.Match

Enclosing class:
CircularArray_I64
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CircularArray_I64.Match
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isMatch(long value)
     
  • Method Details

    • isMatch

      boolean isMatch(long value)