Interface BKDUtil.ByteArrayPredicate

  • Enclosing class:
    BKDUtil
    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 BKDUtil.ByteArrayPredicate
    Predicate for a fixed number of bytes.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean test​(byte[] a, int aOffset, byte[] b, int bOffset)
      Test bytes starting from the given offsets.
    • Method Detail

      • test

        boolean test​(byte[] a,
                     int aOffset,
                     byte[] b,
                     int bOffset)
        Test bytes starting from the given offsets.