Class IndexedResourceBundle.KeyEnum

java.lang.Object
org.apache.sis.util.resources.IndexedResourceBundle.KeyEnum
All Implemented Interfaces:
Enumeration<String>
Enclosing class:
IndexedResourceBundle

private static final class IndexedResourceBundle.KeyEnum extends Object implements Enumeration<String>
The keys as an enumeration. This enumeration needs to skip null values, which may occur if the resource bundle is incomplete for that particular locale.
  • Field Details

    • keys

      private final String[] keys
      The keys to return.
    • next

      private int next
      Index of next key to return.
  • Constructor Details

    • KeyEnum

      KeyEnum(String[] keys)
      Creates a new enum for the given array of keys.
  • Method Details