T
- type of resourcepublic class PersistentResourceSet<T> extends AbstractSet<PersistentResource<T>>
Constructor and Description |
---|
PersistentResourceSet(Iterable<T> list,
RequestScope requestScope) |
PersistentResourceSet(PersistentResource<?> parent,
String parentRelationship,
Iterable<T> list,
RequestScope requestScope) |
Modifier and Type | Method and Description |
---|---|
Iterator<PersistentResource<T>> |
iterator() |
int |
size() |
Spliterator<PersistentResource<T>> |
spliterator() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
parallelStream, removeIf, stream
public PersistentResourceSet(PersistentResource<?> parent, String parentRelationship, Iterable<T> list, RequestScope requestScope)
public PersistentResourceSet(Iterable<T> list, RequestScope requestScope)
public Iterator<PersistentResource<T>> iterator()
iterator
in interface Iterable<PersistentResource<T>>
iterator
in interface Collection<PersistentResource<T>>
iterator
in interface Set<PersistentResource<T>>
iterator
in class AbstractCollection<PersistentResource<T>>
public int size()
size
in interface Collection<PersistentResource<T>>
size
in interface Set<PersistentResource<T>>
size
in class AbstractCollection<PersistentResource<T>>
public Spliterator<PersistentResource<T>> spliterator()
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.