|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.jpql.util.iterator.NullMutator
public final class NullMutator
A null
instance of a Mutator
.
Method Summary | ||
---|---|---|
static
|
instance()
Returns the singleton instance of this NullMutator . |
|
void |
remove(java.lang.Object current)
Removes the specified object from the original collection. |
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static <T> Mutator<T> instance()
NullMutator
.
NullMutator
public void remove(java.lang.Object current)
remove
in interface Mutator<java.lang.Object>
current
- The item to remove from the original collectionpublic java.lang.String toString()
toString
in class java.lang.Object
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |