Interface Enumerator<T>

All Known Implementing Classes:
ApplicationPropertyEnumerator

public interface Enumerator<T>
Generic enumerator interface to support some form of enumerated values. Values in the enumeration are assumed to be unique
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getEnumeration

      Set<T> getEnumeration()