Package 

Object ReadingProgression.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ReadingProgression get(String key) Returns the element matching the key, or null if not found.
      • Methods inherited from class org.readium.r2.shared.util.MapWithDefaultCompanion

        from, getDefault, getOrDefault, invoke
      • Methods inherited from class org.readium.r2.shared.util.MapCompanion

        getKeys
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • get

         ReadingProgression get(String key)

        Returns the element matching the key, or null if not found.

        To be overriden in subclasses if custom retrieval is needed – for example, testing lowercase keys.