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