Class BindingImpl

java.lang.Object
org.eclipse.rdf4j.query.impl.SimpleBinding
org.eclipse.rdf4j.query.impl.BindingImpl
All Implemented Interfaces:
Serializable, Binding

@Deprecated(since="2.0") public class BindingImpl extends SimpleBinding
Deprecated.
Use SimpleBinding instead.
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • BindingImpl

      public BindingImpl(String name, Value value)
      Deprecated.