Class DatatypeLibraryLoader.Service.ProviderEnumeration

  • All Implemented Interfaces:
    java.util.Enumeration
    Enclosing class:
    DatatypeLibraryLoader.Service

    private class DatatypeLibraryLoader.Service.ProviderEnumeration
    extends java.lang.Object
    implements java.util.Enumeration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int nextIndex  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProviderEnumeration()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMoreElements()  
      java.lang.Object nextElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Enumeration

        asIterator
    • Field Detail

      • nextIndex

        private int nextIndex
    • Constructor Detail

      • ProviderEnumeration

        private ProviderEnumeration()
    • Method Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration
      • nextElement

        public java.lang.Object nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration