Class Varint.GroupMatcher

java.lang.Object
org.eclipse.rdf4j.sail.lmdb.Varint.GroupMatcher
Enclosing class:
Varint

public static class Varint.GroupMatcher extends Object
A matcher for partial equality tests of varint lists.
  • Constructor Details

    • GroupMatcher

      public GroupMatcher(ByteBuffer value, boolean[] shouldMatch)
    • GroupMatcher

      public GroupMatcher(ByteBuffer value, boolean a, boolean b, boolean c, boolean d, boolean e)
  • Method Details

    • matches

      public boolean matches(ByteBuffer other)