Package 

Interface MapReader

    • Method Summary

      Modifier and Type Method Description
      abstract Unit put(K key, V value) Adds an entry to this map
      abstract S getKeySerializer() The key serializer
      abstract S getValueSerializer() The value serializer
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.MapReader

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait