public class UPath extends Object implements Collection<String>, Comparable<UPath>, Iterable<String>, Serializable
Constructor and Description |
---|
UPath() |
UPath(List<String> keys) |
UPath(String... keys) |
UPath(String key) |
UPath(String kn,
UPath path) |
UPath(UPath... paths) |
UPath(UPath path) |
UPath(UPath path,
String... kn) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String s)
Always throw UnsupportedOperationException.
|
boolean |
addAll(Collection<? extends String> c)
Always throw UnsupportedOperationException.
|
String |
car() |
UPath |
cdr() |
void |
clear()
Always throw UnsupportedOperationException.
|
int |
compareTo(UPath path) |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
int |
depth() |
boolean |
equals(Object o) |
String |
get(int n) |
String |
getLast() |
String |
getString(String delim) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o)
Always throw UnsupportedOperationException.
|
boolean |
removeAll(Collection<?> c)
Always throw UnsupportedOperationException.
|
boolean |
retainAll(Collection<?> c)
Always throw UnsupportedOperationException.
|
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] to) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
parallelStream, removeIf, spliterator, stream
public UPath()
public UPath(String... keys)
public UPath(String key)
public UPath(UPath path)
public UPath(UPath... paths)
public final boolean add(String s)
add
in interface Collection<String>
public final boolean addAll(Collection<? extends String> c)
addAll
in interface Collection<String>
public final void clear()
clear
in interface Collection<String>
public final boolean retainAll(Collection<?> c)
retainAll
in interface Collection<String>
public final boolean remove(Object o)
remove
in interface Collection<String>
public final boolean removeAll(Collection<?> c)
removeAll
in interface Collection<String>
public boolean isEmpty()
isEmpty
in interface Collection<String>
public String get(int n)
public int size()
size
in interface Collection<String>
public boolean contains(Object o)
contains
in interface Collection<String>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<String>
public Object[] toArray()
toArray
in interface Collection<String>
public <T> T[] toArray(T[] to)
toArray
in interface Collection<String>
public String car()
public UPath cdr()
public String getLast()
public int depth()
public int compareTo(UPath path)
compareTo
in interface Comparable<UPath>
public int hashCode()
hashCode
in interface Collection<String>
hashCode
in class Object
EDB Working Group at Tue Jun 10 17:08:59 JST 2025