E - the type of Identifiable elements in the collectionP - the parent to returnpublic class NestedIdentifiableCollection<E extends Identifiable,P> extends Object implements NestedCollection<E,P>
| Constructor and Description |
|---|
NestedIdentifiableCollection(P parent,
Map<String,? extends E> seed) |
| Modifier and Type | Method and Description |
|---|---|
NestedCollection<E,P> |
add(Collection<? extends E> c) |
NestedCollection<E,P> |
add(E e) |
P |
and() |
protected String |
assertId(E i) |
protected void |
changed() |
NestedCollection<E,P> |
clear() |
protected Map<String,E> |
getValues() |
NestedCollection<E,P> |
remove(E e) |
public NestedCollection<E,P> add(E e)
add in interface CollectionMutator<E extends Identifiable,NestedCollection<E extends Identifiable,P>>public NestedCollection<E,P> remove(E e)
remove in interface CollectionMutator<E extends Identifiable,NestedCollection<E extends Identifiable,P>>public NestedCollection<E,P> clear()
clear in interface CollectionMutator<E extends Identifiable,NestedCollection<E extends Identifiable,P>>public NestedCollection<E,P> add(Collection<? extends E> c)
add in interface CollectionMutator<E extends Identifiable,NestedCollection<E extends Identifiable,P>>public P and()
and in interface Conjunctor<P>protected void changed()
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.