public final class ObjectPath<T> extends Object implements Iterable<T>, Comparable<ObjectPath>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObjectPath o) |
boolean |
contains(T obj) |
boolean |
containsPath(ObjectPath<T> other) |
T |
end() |
boolean |
equals(Object o) |
T |
first() |
T |
get(int i) |
int |
hashCode() |
int |
indexOf(T obj) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
T |
last() |
int |
size() |
T |
start() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int size()
public T first()
public T last()
public T get(int i)
public boolean containsPath(ObjectPath<T> other)
public boolean contains(T obj)
public int indexOf(T obj)
public boolean isEmpty()
public T start()
public T end()
public int compareTo(ObjectPath o)
compareTo in interface Comparable<ObjectPath>Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.