Class Varint.GroupMatcher

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

@Deprecated(forRemoval=true) public static class Varint.GroupMatcher extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use of this class is deprecated, use GroupMatcher instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroupMatcher(ByteBuffer value, boolean[] shouldMatch)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GroupMatcher(ByteBuffer value, boolean a, boolean b, boolean c, boolean d, boolean e)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupMatcher

      public GroupMatcher(ByteBuffer value, boolean[] shouldMatch)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • GroupMatcher

      public GroupMatcher(ByteBuffer value, boolean a, boolean b, boolean c, boolean d, boolean e)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • matches

      public boolean matches(ByteBuffer other)
      Deprecated, for removal: This API element is subject to removal in a future version.