Package 

Class MapResourceBundle

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Array<Array<Object>> data
      private final Map<?, ?> map
      private final Locale locale
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Array<Array<Object>> getData()
      final Map<?, ?> getMap() .
      • Methods inherited from class java.util.ResourceBundle

        containsKey, getBaseBundleName, getLocale, getObject, getString, getStringArray, keySet
      • Methods inherited from class java.util.ListResourceBundle

        getKeys, handleGetObject
      • Methods inherited from class java.lang.Object

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

      • MapResourceBundle

        MapResourceBundle(Pair<?, ?> pairs)
      • MapResourceBundle

        MapResourceBundle(Map<?, ?> map)
    • Method Detail

      • getData

         final Array<Array<Object>> getData()
      • getMap

         final Map<?, ?> getMap()

        .