java.lang.Object | |
↳ | com.priint.comet.metadata.group.CometGroups |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CometGroups(GroupDocument groupDocument) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | add(Group group) | ||||||||||
void | add(int i, Group group) | ||||||||||
boolean | addAll(Collection<? extends Group> collection) | ||||||||||
boolean | addAll(int i, Collection<? extends Group> collection) | ||||||||||
void | clear() | ||||||||||
boolean | contains(Object o) | ||||||||||
boolean | containsAll(Collection<?> collection) | ||||||||||
static <E> List<E> | copyOf(Collection<? extends E> coll) | ||||||||||
boolean | equals(Object o) | ||||||||||
void | forEach(Consumer<? super Group> action) | ||||||||||
Group | get(int i) | ||||||||||
Rect |
getCoordinates(int cometGroupId)
Gets the coordinates of a comet group | ||||||||||
Document |
getDocument()
Gets the owner document of this comet group list Gets the owner document (i.e. | ||||||||||
int[] |
getIds()
Gets the ids of all contained comet groups as int[] | ||||||||||
int | hashCode() | ||||||||||
int | indexOf(Object o) | ||||||||||
boolean | isEmpty() | ||||||||||
Iterator<Group> | iterator() | ||||||||||
int | lastIndexOf(Object o) | ||||||||||
ListIterator<Group> | listIterator(int i) | ||||||||||
ListIterator<Group> | listIterator() | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5) | ||||||||||
static <E> List<E> | of() | ||||||||||
static <E> List<E> | of(E e1, E e2) | ||||||||||
static <E> List<E> | of(E... elements) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4) | ||||||||||
static <E> List<E> | of(E e1) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) | ||||||||||
static <E> List<E> | of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) | ||||||||||
Stream<Group> | parallelStream() | ||||||||||
boolean | remove(Object o) | ||||||||||
Group | remove(int i) | ||||||||||
boolean | removeAll(Collection<?> collection) | ||||||||||
boolean | removeIf(Predicate<? super Group> filter) | ||||||||||
void | replaceAll(UnaryOperator<Group> operator) | ||||||||||
boolean | retainAll(Collection<?> collection) | ||||||||||
Group | set(int i, Group group) | ||||||||||
int | size() | ||||||||||
void | sort(Comparator<? super Group> c) | ||||||||||
Spliterator<Group> | spliterator() | ||||||||||
Stream<Group> | stream() | ||||||||||
List<Group> | subList(int i, int i1) | ||||||||||
Object[] | toArray() | ||||||||||
<T> T[] | toArray(IntFunction<T[]> generator) | ||||||||||
<T> T[] | toArray(T[] ts) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
From interface
java.util.Collection
| |||||||||||
From interface
java.util.List
|
Gets the coordinates of a comet group
if the group does not exist or has no coordinates | |
ItemNotFoundException |
Gets the owner document of this comet group list
Gets the owner document (i.e. general document information) of this comet group list
Gets the ids of all contained comet groups as int[]