joeq.UTF
Class Utf8.MethodDescriptorIterator

java.lang.Object
  extended by jwutil.collections.UnmodifiableIterator
      extended by joeq.UTF.Utf8.MethodDescriptorIterator
All Implemented Interfaces:
Iterator
Enclosing class:
Utf8

public class Utf8.MethodDescriptorIterator
extends jwutil.collections.UnmodifiableIterator


Method Summary
 Utf8 getReturnDescriptor()
           
 boolean hasNext()
           
 Object next()
           
 Utf8 nextUtf8()
           
 
Methods inherited from class jwutil.collections.UnmodifiableIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator
Specified by:
hasNext in class jwutil.collections.UnmodifiableIterator

next

public Object next()
Specified by:
next in interface Iterator
Specified by:
next in class jwutil.collections.UnmodifiableIterator

nextUtf8

public Utf8 nextUtf8()

getReturnDescriptor

public Utf8 getReturnDescriptor()


Copyright © 2001-2008 John Whaley. All Rights Reserved.