A specialisation of NamedDomainObjectCollection that also implements Set and orders objects by their inherent name.
All object equality is determined in terms of object names. That is, calling remove()
with an object that is NOT equal to
an existing object in terms of equals
, but IS in terms of name equality will result in the existing collection item with
the equal name being removed.
- The type of element in the setType | Name and description |
---|---|
Set<T> |
findAll(Closure spec) {@inheritDoc} |
NamedDomainObjectSet<T> |
matching(Spec<? super T> spec) {@inheritDoc} |
NamedDomainObjectSet<T> |
matching(Closure spec) {@inheritDoc} |
NamedDomainObjectSet<S> |
withType(Class<S> type) {@inheritDoc} |
Methods inherited from class | Name |
---|---|
interface NamedDomainObjectCollection |
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType |
interface Set |
add, remove, equals, hashCode, clear, contains, isEmpty, iterator, size, toArray, toArray, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}