protected static enum TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator extends Enum<TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator> implements Iterator<AnnotationDescription>
| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| AnnotationDescription | next() | 
| void | remove() | 
| String | toString() | 
| static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfforEachRemainingpublic static final TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator INSTANCE
public static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator[] values()
for (TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator c : TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator.values()) System.out.println(c);
public static TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean hasNext()
hasNext in interface Iterator<AnnotationDescription>public AnnotationDescription next()
next in interface Iterator<AnnotationDescription>public void remove()
remove in interface Iterator<AnnotationDescription>public String toString()
toString in class Enum<TargetMethodAnnotationDrivenBinder.DefaultsProvider.Empty.EmptyIterator>Copyright © 2014–2015. All rights reserved.