public abstract class BaseFieldGenerator<T> extends Object implements FieldGenerator<T>
FieldGenerator. Implements remove method.| Constructor and Description |
|---|
BaseFieldGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
remove()
The remove method is not supported by a
BaseFieldGenerator, it thus always throws an
UnsupportedOperationException. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrent, resetpublic void remove()
BaseFieldGenerator, it thus always throws an
UnsupportedOperationException.remove in interface Iterator<T>UnsupportedOperationException - always.Copyright © 2014. All Rights Reserved.