Package 

Object ReadingProgression.Companion

    • Method Summary

      Modifier and Type Method Description
      ReadingProgression get(String key) Returns the element matching the key, or null if not found.
      final Set<String> getKeys()
      • Methods inherited from class org.readium.r2.shared.publication.ReadingProgression.Companion

        from, invoke
      • Methods inherited from class java.lang.Object

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

      • get

         ReadingProgression get(String key)

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

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