T - collection element typepublic class NutsCollectionResult<T> extends AbstractNutsResultList<T>
session| Constructor and Description |
|---|
NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase) |
NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase,
Collection<T> o) |
NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase,
Iterator<T> o) |
NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase,
List<T> o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<T> |
iterator() |
List<T> |
list() |
Stream<T> |
stream() |
String |
toString() |
count, first, required, singletonclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase)
public NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase,
Iterator<T> o)
public NutsCollectionResult(net.thevpc.nuts.NutsSession ws,
String nutsBase,
Collection<T> o)
public List<T> list()
list in interface net.thevpc.nuts.NutsResultList<T>list in class AbstractNutsResultList<T>public Stream<T> stream()
stream in interface net.thevpc.nuts.NutsResultList<T>stream in class AbstractNutsResultList<T>Copyright © 2021 vpc open source initiative. All rights reserved.