Class CompoundEnumeration

java.lang.Object
org.apache.felix.framework.util.CompoundEnumeration
All Implemented Interfaces:
Enumeration

public class CompoundEnumeration extends Object implements Enumeration
  • Field Details

    • m_enums

      private Enumeration[] m_enums
    • index

      private int index
  • Constructor Details

    • CompoundEnumeration

      public CompoundEnumeration(Enumeration[] enums)
  • Method Details

    • hasMoreElements

      public boolean hasMoreElements()
      Specified by:
      hasMoreElements in interface Enumeration
    • findNextEnumeration

      private Enumeration findNextEnumeration(boolean moveCursor)
    • findNextEnumeration

      private Enumeration findNextEnumeration(int cursor, boolean moveCursor)
    • nextElement

      public Object nextElement()
      Specified by:
      nextElement in interface Enumeration
    • currentEnumeration

      private Enumeration currentEnumeration()