public class NutsPathPartList extends Object implements Iterable<NutsPathPart>
| Constructor and Description |
|---|
NutsPathPartList(List<NutsPathPart> list,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
NutsPathPartList |
concat(NutsPathPartList other) |
NutsPathPart |
first() |
NutsPathPart |
get(int i) |
boolean |
isEmpty() |
Iterator<NutsPathPart> |
iterator() |
NutsPathPart |
last() |
int |
size() |
Stream<NutsPathPart> |
stream() |
NutsPathPartList |
subList(int beginIndex,
int endIndex) |
String |
toString() |
String[] |
toStringArray() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic NutsPathPartList(List<NutsPathPart> list, net.thevpc.nuts.NutsSession session)
public NutsPathPartList concat(NutsPathPartList other)
public int size()
public NutsPathPart get(int i)
public NutsPathPart last()
public NutsPathPart first()
public boolean isEmpty()
public Iterator<NutsPathPart> iterator()
iterator in interface Iterable<NutsPathPart>public NutsPathPartList subList(int beginIndex, int endIndex)
public String[] toStringArray()
public Stream<NutsPathPart> stream()
Copyright © 2022 vpc open source initiative. All rights reserved.