Class InterfaceScanner.VariablesIterator

  • All Implemented Interfaces:
    java.util.Iterator<NativeVariable>
    Enclosing class:
    InterfaceScanner

    private final class InterfaceScanner.VariablesIterator
    extends java.lang.Object
    implements java.util.Iterator<NativeVariable>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method[] methods  
      private int nextIndex  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VariablesIterator​(java.lang.reflect.Method[] methods)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      NativeVariable next()  
      void remove()  
      • Methods inherited from class java.lang.Object

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

        forEachRemaining
    • Field Detail

      • methods

        private final java.lang.reflect.Method[] methods
      • nextIndex

        private int nextIndex
    • Constructor Detail

      • VariablesIterator

        private VariablesIterator​(java.lang.reflect.Method[] methods)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<NativeVariable>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<NativeVariable>