Interface ObjectNotationWriterInMemory<T,K,V>

Type Parameters:
T - The object type of the product of a write operation. E.g. JsonElement.
K - The key type of the object notation. Usually String but could be e.g. pairs of IRI and direction.
V - The value type of the object notation. E.g. JsonElement or Jena's Node.
All Superinterfaces:
Flushable, ObjectNotationWriter<K,V>
All Known Implementing Classes:
ObjectNotationWriterInMemoryWrapper, ObjectNotationWriterViaGon

public interface ObjectNotationWriterInMemory<T,K,V> extends ObjectNotationWriter<K,V>
  • Method Details

    • getProduct

      T getProduct()
    • clear

      void clear()