Interface BTreeVisitor.Predicate<Key>

    • Method Detail

      • isInterestedInKeysBetween

        boolean isInterestedInKeysBetween​(Key first,
                                          Key second)
      • isInterestedInKey

        boolean isInterestedInKey​(Key key)