Class BundleEnumeration

java.lang.Object
org.tentackle.i18n.BundleEnumeration
All Implemented Interfaces:
Enumeration<String>

public class BundleEnumeration extends Object implements Enumeration<String>
Bundle enumeration to implement ResourceBundle.getKeys().
Author:
harald
  • Constructor Details

    • BundleEnumeration

      public BundleEnumeration(Set<String> keys, Enumeration<String> parentEnumeration)
      Creates a bundle enumeration.
      Parameters:
      keys - the bundle keys
      parentEnumeration - the parent key enumeration, null if no parent
  • Method Details