Class GroupedBatchImpl<G,K extends Comparable<K>,V>

java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.GroupedBatchImpl<G,K,V>
All Implemented Interfaces:
GroupedBatch<G,K,V>

public class GroupedBatchImpl<G,K extends Comparable<K>,V> extends Object implements GroupedBatch<G,K,V>
Implementation that combines a batch with a group key.
  • Constructor Details

    • GroupedBatchImpl

      public GroupedBatchImpl(G groupKey, org.apache.jena.sparql.service.enhancer.impl.Batch<K,V> batch)
  • Method Details