Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

UTF
Class Utf8.MethodDescriptorIterator  view Utf8.MethodDescriptorIterator download Utf8.MethodDescriptorIterator.java

java.lang.Object
  extended byUtil.Collections.UnmodifiableIterator
      extended byUTF.Utf8.MethodDescriptorIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Utf8

public class Utf8.MethodDescriptorIterator
extends Util.Collections.UnmodifiableIterator


Field Summary
(package private)  int currentIndex
           
 
Constructor Summary
(package private) Utf8.MethodDescriptorIterator()
           
 
Method Summary
 Utf8 getReturnDescriptor()
           
 boolean hasNext()
          Returns true if the iteration has more elements.
 java.lang.Object next()
          Returns the next element in the iteration.
 Utf8 nextUtf8()
           
 
Methods inherited from class Util.Collections.UnmodifiableIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentIndex

int currentIndex
Constructor Detail

Utf8.MethodDescriptorIterator

Utf8.MethodDescriptorIterator()
Method Detail

hasNext

public boolean hasNext()
Description copied from class: Util.Collections.UnmodifiableIterator
Returns true if the iteration has more elements.


next

public java.lang.Object next()
Description copied from class: Util.Collections.UnmodifiableIterator
Returns the next element in the iteration.


nextUtf8

public Utf8 nextUtf8()

getReturnDescriptor

public Utf8 getReturnDescriptor()