| Constructor and Description |
|---|
NPathPartList(List<NPathPart> list) |
| Modifier and Type | Method and Description |
|---|---|
NPathPartList |
concat(NPathPartList other) |
NPathPart |
first() |
NPathPart |
get(int i) |
boolean |
isEmpty() |
Iterator<NPathPart> |
iterator() |
NPathPart |
last() |
int |
size() |
Stream<NPathPart> |
stream() |
NPathPartList |
subList(int beginIndex,
int endIndex) |
String |
toString() |
String[] |
toStringArray() |
List<String> |
toStringList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic NPathPartList concat(NPathPartList other)
public int size()
public NPathPart get(int i)
public NPathPart last()
public NPathPart first()
public boolean isEmpty()
public NPathPartList subList(int beginIndex, int endIndex)
public String[] toStringArray()
Copyright © 2026 vpc open source initiative. All rights reserved.