Package 

Interface MapWriter

    • Method Summary

      Modifier and Type Method Description
      abstract V get(K key) Get the value for the specified key.
      abstract S getKeySerializer() The key serializer
      abstract S getValueSerializer() The value serializer
      abstract Set<K> getKeys() The keys of the array
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.MapWriter

        close, load, release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

         abstract V get(K key)

        Get the value for the specified key. Throws if the key doesn't exist.

      • getKeys

         abstract Set<K> getKeys()

        The keys of the array